	<!-- 
	var wChild = null;
	var wLoaded = false;

	function wOpen(cookie, w, h){
		xLeft=(screen.width)?(screen.width-w)/2:0;
		xTop=(screen.height)?(screen.height-h)/2:0;
		xSettings = 'height='+h+',width='+w+',top='+xTop+',left='+xLeft+',minbutoom=no,scalable=no,scrollbars=yes,resizable=no'
		wChild = window.open(cookie,"cookie",xSettings);
		if(wChild.window.focus){wChild.window.focus();}
		wLoaded = true;
		}

	function wClose(){
		if (wLoaded){
			wChild.close();
			wLoaded = false;
			}
		}

	function nostock(file){
		window.open(file,'423424','status=0,toolbar=0,menubar=0,scrollbars=0,directories=0,left=100,top=100,width=400,height=200');
		}

	function formHandler(strUrl){
		var selcateg = document.ctgForm.ctg_id.options[document.ctgForm.ctg_id.selectedIndex].value;
		window.location.href = strUrl + selcateg;
		}
	// -->