


function Form1_Validator(theForm)
{

 if (document.find_spec.find_spec.value == "")
{
 alert("Please enter a value for the \"search\" field.");
  document.find_spec.find_spec.focus();
  return (false);
 }

 return (true);
 }


function WindowOpen(link)

	{

	open(link,"smallwindow","resize,height=450,width=600,scrollbars");

	}

function windowOpen (earl)
	{
	
	window.open(earl, 'Feedback', 'location=yes, status=yes, resizable=yes, scrollbars=yes,height=460,width=590',false);
	
	}

		
function WindowOpen1(link) 

	{

   	open(link,"vendorwindow","resize,height=460,width=590,scrollbars");

   	}
		        
		 
function OpenWindow(link) 

	{
	
	open(link,"vendorwindow","resize=yes,height=460,width=590,scrollbars=yes");
		       
	}