function popdev1(){
	var win1 = window.open("../support/devnet.asp","Look"," top=155,left=155,height=250,width=510,toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0");
	win1.focus();
}
function popdev2(){
	var win1 = window.open("../support/walkthrus.asp","Look"," top=155,left=155,height=250,width=510,toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0");
	win1.focus();
}


function openWin(URL,w,h) 
{
	PopUp = window.open(URL,'singlePop','scrollbars=auto,toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=no,left='+100+',screenX='+100+',top='+100+',screenY='+100+',width=' + w + ',height=' + h);
}


