// POP UP WINDOWvar taller_popunder = 680;var wider_popunder = 960;var h = (screen.height - taller_popunder) / 2;var l = (screen.width - wider_popunder) / 2; function dog() {  	window.open ('http://www.website4mydog.co.uk/terry', 'newwindow', config='left=100, top=250, height=680, width=960, toolbar=yes, menubar=no, scrollbars=yes, resizable=yes, location=no, directories=no, status=no height='+taller_popunder+',width='+wider_popunder+',top='+h+',left='+l+''); 	}var taller_popunder = 680;var wider_popunder = 960;var h = (screen.height - taller_popunder) / 2;var l = (screen.width - wider_popunder) / 2; function cat() {  	window.open ('http://www.website4mycat.co.uk/tom', 'newwindow', config='left=100, top=250, height=680, width=960, toolbar=yes, menubar=no, scrollbars=yes, resizable=yes, location=no, directories=no, status=no height='+taller_popunder+',width='+wider_popunder+',top='+h+',left='+l+''); 	} 	 	 	var taller_popunder = 680;var wider_popunder = 960;var h = (screen.height - taller_popunder) / 2;var l = (screen.width - wider_popunder) / 2; function pony() {  	window.open ('http://www.website4mypony.co.uk/poppy', 'newwindow', config='left=100, top=250, height=680, width=960, toolbar=yes, menubar=no, scrollbars=yes, resizable=yes, location=no, directories=no, status=no height='+taller_popunder+',width='+wider_popunder+',top='+h+',left='+l+''); 	} 	 	 	var taller_popunder = 680;var wider_popunder = 960;var h = (screen.height - taller_popunder) / 2;var l = (screen.width - wider_popunder) / 2; function rabbit() {  	window.open ('http://www.website4myrabbit.co.uk/floppy', 'newwindow', config='left=100, top=250, height=680, width=960, toolbar=yes, menubar=no, scrollbars=yes, resizable=yes, location=no, directories=no, status=no height='+taller_popunder+',width='+wider_popunder+',top='+h+',left='+l+''); 	}