<!--
	function OpenFixedWindow( strOpenPage, strWindowName )
	{
		window.open( strOpenPage, strWindowName, 'width=640,height=530,toolbars=no,scrollbars=yes,resizable=no' )
		return true;
	}

	function OpenResizableWindow( strOpenPage, strWindowName, intWidth, intHeight )
	{
		window.open( strOpenPage, strWindowName, 'width=' + intWidth  + ',height=' + intHeight + ',toolbars=no,scrollbars=yes,resizable=yes' )
		return true;
	}

	function EasyZip(){
		document.forms.f1.operation_zip.value = '1';
		document.forms.f1.rewrite.value = '1';
		document.forms.f1.action=''
		document.forms.f1.submit();
	}

	function ProductSearchPreURL(){
		//document.forms.psearch.PreURL.value = document.URL;
		//parent.frames["i_search"].document.forms.psearch.PreURL.value = document.URL;;
		return true;
	}

//-->
