function popup(myurl) {
	window.open(myurl,"popup","width=673,height=600,resizable=yes,scrollbars=yes");
	return;
}

function openPopup() {
   var url;
   url = "/modules/search/searchprepareprint.jsp";
   window.open(url,"mypopup","menubar,width=600,height=600,resizable=yes,scrollbars=yes");
   return;
}

function validateSearchMaskForm(theForm)
{
  theForm.submit();
}


function resetSearchMaskForm(theForm)
{
  theForm.viewSearchMaskForm_icFULLTEXT_inputValue.value = "";
}
