var win=null;
function NewWindow(mypage,myname,w,h,scroll,pos){
if(pos=="random"){LeftPosition=(screen.width)?Math.floor(Math.random()*(screen.width-w)):100;TopPosition=(screen.height)?Math.floor(Math.random()*((screen.height-h)-75)):100;}
if(pos=="center"){LeftPosition=(screen.width)?(screen.width-w)/2:100;TopPosition=(screen.height)?(screen.height-h)/2:100;}
else if((pos!="center" && pos!="random") || pos==null){LeftPosition=0;TopPosition=20}
settings='width='+w+',height='+h+',top='+TopPosition+',left='+LeftPosition+',scrollbars='+scroll+',location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=no';
win=window.open(mypage,myname,settings);}

function goToOrderForm(){	
  page  = "https://manage.hosting-services.com/cart.php";
  window.open(page, "win1","location=no,menubar=no,status=no,titlebar=no,toolbar=no,resizable=yes,width=1000,height=720,left=0,top=10,scrollbars=yes");
}

function goToAccount(){	
  page  = "https://manage.hosting-services.com/clientarea.php";
  window.open(page, "win1","location=no,menubar=no,status=no,resizable=yes,width=1000,height=720,left=0,top=10,scrollbars=yes");
}

function goToHelpDesk(){	
  page  = "https://manage.hosting-services.com/submitticket.php?step=2&deptid=1";
  window.open(page, "win1","location=no,menubar=no,status=no,resizable=yes,width=1000,height=720,left=0,top=10,scrollbars=yes");
}
function datacenter(){
window.open('http://dcwebcam01-dllstx2.theplanet.com/popup.html', 'Datacenter', 'width=640,height=480');
}

function datacentertour(){
window.open('datacentertour.htm', 'Datacenter', 'width=800,height=445');
}

function example(){	
  page  = "";
  window.open("","","channelmode=0,directories=0,fullscreen=0,location=0,menubar=0,resizable=0,scrollbars=0,status=0,titlebar=0,toolbar=0,height=100,width=100");
}