function openPopup(URL) {
 aWindow = window.open(URL,'thewindow','toolbar=no,status=no,menubar=no,width=650,height=450');
 }

function openPopup1(URL) {
 aWindow = window.open(URL,'thewindow','toolbar=no,status=no,menubar=no,resize=yes,scrollbars=yes,width=800,height=600');
 }

function openPopup2(URL) {
 aWindow = window.open(URL,'thewindow','toolbar=no,status=no,menubar=no,resize=yes,scrollbars=yes,width=650,height=300');
 }

function openPopup3(URL){
 bWindow = window.open(URL+'http://eprisewebtest.rockwellfirstpoint.com'+location.pathname,'theawindow','toolbar=no,status=no,menubar=no,resize=yes,scrollbars=no,width=420,height=420,left=200');
window.status='';
}

function openPopup4(URL){
 bWindow = window.open(URL+'http://eprisewebtest.rockwellfirstpoint.com'+location.pathname,'theawindow','toobar=no,status=no,menubar=no,resize=yes,scrollbars=no,width=420,height=460,left=200');
window.status='';
}

function setProductFF(){
window.location=document.ProductSelectionForm.ProductName.value;
}

function setPRP(mySel)
{
var myWin, myVal;
myVal = mySel.options[mySel.selectedIndex].value;
if(myVal)
   {
   if(mySel.form.target)myWin = parent[mySel.form.target];
   else myWin = window;
   if (! myWin) return true;
   myWin.location = myVal;
   }
return false;
}


function launchloginwindow(value){
var childwindow;
if (navigator.appName=="Netscape"){
childwindow = window.open("/eprise/main/Rockwell/Login/login","childwin","top=158,left=15,width=330,height=340,status=yes,resizeable=no,scrollbars=no");
}else{
childwindow = window.open("/eprise/main/Rockwell/Login/login","childwin","top=158,left=15,width=330,height=300,status=yes,resizeable=no,scrollbars=no");
}
}
