function openpopupCONTACT(){
var popurl="contact.html"
winpops=window.open(popurl,"","width=400,height=338,toolbar,location,directories,scrollbars,menubar,resizable,screenX=10,screenY=8,top=10,left=8'")
}

function openpopupCONTACT(){
var popurl="contact.html"
winpops=window.open(popurl,"","width=450,height=450,toolbar=no,location=no,directories=no,scrollbars=yes,menubar=no,resizable=no,screenX=10,screenY=8,top=10,left=8'")
}

function openpopupMAGELLANPRODUCTSUPPORT(){
var popurl="http://www.chisholmroth.com/support/index.htm"
winpops=window.open(popurl,"","width=800,height=550,toolbar=yes,location=no,directories=no,scrollbars=yes,menubar=no,resizable=no,screenX=2,screenY=2,top=2,left=2'")
}

function openpopupRISKMGRPRODUCTSUPPORT(){
var popurl="http://www.chisholmroth.com/support/index.htm"
winpops=window.open(popurl,"","width=800,height=550,toolbar=yes,location=no,directories=no,scrollbars=yes,menubar=no,resizable=no,screenX=2,screenY=2,top=2,left=2'")
}


function openpopupMAGELLANTESTDRIVE(){
var popurl="TestDrive-Magellan.html"
winpops=window.open(popurl,"","width=650,height=400,toolbar=yes,location=no,directories=no,scrollbars=yes,menubar=no,resizable=yes,screenX=2,screenY=2,top=2,left=2'")
}

function openpopupFCDPTESTDRIVE(){
var popurl="TestDrive-FCDP.html"
winpops=window.open(popurl,"","width=400,height=400,toolbar=yes,location=no,directories=no,scrollbars=yes,menubar=no,resizable=no,screenX=2,screenY=2,top=2,left=2'")
}

function openpopupRISKMAN(){
var popurl="TestDrive_Riskman.html"
winpops=window.open(popurl,"","width=550,height=485,toolbar=yes,location=no,directories=no,scrollbars=yes,menubar=no,resizable=no,screenX=2,screenY=2,top=2,left=2'")
}





//NEW WIN CENTER

var win= null;
function NewWindow(mypage,myname,w,h,scroll){
  var winl = (screen.width-w)/2;
  var wint = (screen.height-h)/2;
  var settings  ='height='+h+',';
      settings +='width='+w+',';
      settings +='top='+wint+',';
      settings +='left='+winl+',';
      settings +='scrollbars='+scroll+',';
      settings +='resizable=yes';
  win=window.open(mypage,myname,settings);
  if(parseInt(navigator.appVersion) >= 4){win.window.focus();}
}




