function openContactWindow() {
leftPos = 0
topPos = 0
if (screen) {
leftPos = (screen.width / 2) - 450
topPos = (screen.height / 2) - 415
}
ElementWindow = window.open('contact_pro.cfm','ElementWin','width=900,height=780,scrollbars=yes,left='+leftPos+',top='+topPos)
} 

function openContactWindowCon() {
leftPos = 0
topPos = 0
if (screen) {
leftPos = (screen.width / 2) - 450
topPos = (screen.height / 2) - 415
}
ElementWindow = window.open('contact_con.cfm','ElementWin1','width=900,height=780,scrollbars=yes,left='+leftPos+',top='+topPos)
} 


function openWEEEWindowCon() {
leftPos = 0
topPos = 0
if (screen) {
leftPos = (screen.width / 2) - 450
topPos = (screen.height / 2) - 415
}
ElementWindow = window.open('WEEE Regulation.pdf','ElementWin1','width=900,height=780,scrollbars=yes,left='+leftPos+',top='+topPos)
} 

function openContactWindowVet() {
leftPos = 0
topPos = 0
if (screen) {
leftPos = (screen.width / 2) - 450
topPos = (screen.height / 2) - 415
}
ElementWindow = window.open('contact_vet.cfm','ElementWin1','width=900,height=780,scrollbars=yes,left='+leftPos+',top='+topPos)
} 


