
function winopen(url){
alert("running winopen");
remote = window.open(url,"remotewin","width=500,height=500");
}

function golink(url){
	location.href=url;
}
function newwin(url){
	win2 = window.open(url,"win2");
}

function sitervc(url){
	winrvc = window.open(url,"winrvc","width=800,height=560");
}

function sitewa(url){
	winwa = window.open(url,"winrwa","width=1020,height=850");
}

function signup(type){
        if(type == "u1")
		signup = window.open("http://r3055.res.onnetsecure.net:8080/psoft/servlet/psoft.hsphere.CP?action=signup&plan_id=8450&signup=yes&template_name=signup/begin.html","signup","width=750,height=590");

        if(type == "u2")
		signup = window.open("http://r3055.res.onnetsecure.net:8080/psoft/servlet/psoft.hsphere.CP?action=signup&plan_id=8457&signup=yes&template_name=signup/begin.html","signup","width=750,height=590");

        if(type == "u3")
		signup = window.open("http://r3055.res.onnetsecure.net:8080/psoft/servlet/psoft.hsphere.CP?action=signup&plan_id=8460&signup=yes&template_name=signup/begin.html","signup","width=750,height=590");

        if(type == "u4")
		signup = window.open("http://r3055.res.onnetsecure.net:8080/psoft/servlet/psoft.hsphere.CP?action=signup&plan_id=8461&signup=yes&template_name=signup/begin.html","signup","width=750,height=590");

        if(type == "u5")
		signup = window.open("http://r3055.res.onnetsecure.net:8080/psoft/servlet/psoft.hsphere.CP?action=signup&plan_id=8462&signup=yes&template_name=signup/begin.html","signup","width=750,height=590");

        if(type == "w1")
		signup = window.open("http://r3055.res.onnetsecure.net:8080/psoft/servlet/psoft.hsphere.CP?action=signup&plan_id=8463&signup=yes&template_name=signup/begin.html","signup","width=750,height=590");

        if(type == "w2")
		signup = window.open("http://r3055.res.onnetsecure.net:8080/psoft/servlet/psoft.hsphere.CP?action=signup&plan_id=8482&signup=yes&template_name=signup/begin.html","signup","width=750,height=590");

        if(type == "w3")
		signup = window.open("http://r3055.res.onnetsecure.net:8080/psoft/servlet/psoft.hsphere.CP?action=signup&plan_id=8484&signup=yes&template_name=signup/begin.html","signup","width=750,height=590");

        if(type == "w4")
		signup = window.open("http://r3055.res.onnetsecure.net:8080/psoft/servlet/psoft.hsphere.CP?action=signup&plan_id=8485&signup=yes&template_name=signup/begin.html","signup","width=750,height=590");

        if(type == "w5")
		signup = window.open("http://r3055.res.onnetsecure.net:8080/psoft/servlet/psoft.hsphere.CP?action=signup&plan_id=8486&signup=yes&template_name=signup/begin.html","signup","width=750,height=590");

}


function examples(url){
	winwa = window.open(url,"winrwa","width=635,height=520");
}

function wincomps(url){
	wincomps = window.open(url,"Comparisons","width=635,height=600,status=yes,scrollbars=yes,copyhistory=yes,resizable=yes");
}

function extranet(url){
	wincomps = window.open(url,"Extranet","width=700,height=600,status=yes,scrollbars=yes,copyhistory=yes,resizable=yes");
}
