function launchPop(page)
{
	var popWindow = window.open(page,"pop","scrollbars=yes,toolbar=yes,location=no,directories=no,status=no,menubar=yes,resizable=yes,width=520,height=750,top=5,left=5");
	popWindow.focus();
}
