////
function OpenWindow(strURL, strName, intWidth, intHeight, toolbar){
	objPopUp = open( strURL, strName, "toolbar="+toolbar+",width="+intWidth+",height="+intHeight+",scrollbars=yes,resizable=yes");
}
////
function goURL(strURL){
	document.location = strURL;
}
/////
