<!---
             
winx_2w  = 560;             
winy_2w  = 560;             
st_bar = "yes"
s_bar = "yes";            

ua = navigator.userAgent;
	isMac =	(ua.indexOf('Mac') >= 0) ;
	isMacIE = (isMac)&&(navigator.appName=="Microsoft Internet Explorer");

function onErrMacOpen(msg, url,lno) {
		winlist[imgname]=window.open(errurl, imgname , "width=560,height=560,resizable=no") ;
		return true ;
	}

function FormPopen()
 {w_pop = open("https://sputnik.liquidweb.com/~jp-au/fgc/form/form_enq.htm","FormPopen","width="+winx_2w+",height="+winy_2w+",status=1,resizable=no,scrollbars="+s_bar);
  w_opener = Math.random();
  if(w_opener != w_pop.opener.w_opener)
  {w_pop.close();
   FormPopen();}
  w_pop.focus();
}
//--->

