
function openPopup(thisURL)
{
	window.open(thisURL,"PopupWindow","menubar=1,resizable=1,scrollbars=yes,width=685,height=510");
}
