function pconnURLs()
{
var anyString;
var index;
var refpage;
//Get index of the item selected
index=document.frmToolbar.cboPconn.selectedIndex;
refpage=window.parent.document.referrer;
//Using the index, get the value
anyString=document.frmToolbar.cboPconn.options[index].value;
if(anyString.substring(0,3)=="aol")
{
document.frmToolbar.target = "_top";
window.location.href = anyString;
}
else
{
window.location.href = anyString;
}
}

function pconn2URLs()
{
var anyString;
var index;
var refpage;
//Get index of the item selected
index=document.frmToolbar2.cbo2Pconn.selectedIndex;
refpage=window.parent.document.referrer;
//Using the index, get the value
anyString=document.frmToolbar2.cbo2Pconn.options[index].value;
if(anyString.substring(0,3)=="aol")
{
document.frmToolbar.target = "_top";
window.location.href = anyString;
}
else
{
window.location.href = anyString;
}
}
function Start(page) {
var opening = window.open(page,"","width=500,height=500,resizable=yes,scrollbars=no,left=100, top=0");
}

 
//Disable right click script III- By Renigade (renigade@mediaone.net)
//For full source code, visit http://www.dynamicdrive.com
// var message="";
///////////////////////////////////
// function clickIE() {if (document.all) {(message);return false;}}
 // function clickNS(e) {if 
 // (document.layers||(document.getElementById&&!document.all)) {
 // if (e.which==2||e.which==3) {(message);return false;}}}
 // if (document.layers) 
 // {document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
 // else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}

 // document.oncontextmenu=new Function("return false")


//var a = event.clientX;
//var b = event.clientY;
//document.all.div1.style.visibility = "inherit";
//document.all.div1.style.posLeft = (a-75);
//document.all.div1.style.posTop = b;



















































































 



































































































