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