/* Copyright 2008 Simply Extras Ltd */
var GOSPopup={popup:function(b,e,a,c){if(typeof a=="undefined"){a=700}if(typeof c=="undefined"){c=450}x=(800-a)/2;y=(600-c)/2;if(screen){x=(screen.availWidth-a)/2;y=(screen.availHeight-c)/2}var d=window.open(b,e,"width="+a+",height="+c+",status,scrollbars,resizable,screenX="+x+",screenY="+y+",top="+y+",left="+x);d.focus()}};