function openPopup(sPopName, sLoc, sPage){
	window.open(sLoc + '/' + sPage, sPopName, 'dependent,menubar=no,status=no,location=no,resizable=yes,width=520,height=400,scrollbars=yes');
}
