	lowver = false;
	if(os.indexOf("MAC")>=0 && brw.indexOf("NETSCAPE")>=0)
	{
		var s = ver.indexOf(" ",0);
		if(eval(ver.substring(0,s))<4.5) lowver = true;
	}
	
	var frm;
	
	function getVal(obj){ return obj.options[obj.selectedIndex].value; }
	
	function getTxt(obj){ return obj.options[obj.selectedIndex].text; }
	
	function setPrice(obj, pd) //ver.02
	{
		var p = getVal(obj[pd]).split(",");
		obj.min.value = p[0];
		obj.max.value = p[1];
	}
	
	function setPD()
	{
		var tmp, args = setPD.arguments;
		args[0].length = (args.length-1)/2;
		for(var i=1,n=0; i<args.length; i+=2,n++)
		{
			if(!args[i+1]) tmp = args[i];
			else tmp = args[i+1];
			args[0].options[n] = new Option(args[i], tmp, false, false);
		}
		args[0].options[0].selected = true;
	}
	
	function form1check(obj)
	{
		setPrice(obj, "price");
		obj.g.value = getVal(obj.brand);
		
		if(getVal(obj.brand) != "-")
		{
			if(getVal(obj.brand).indexOf(",") != -1)
			{
				if(getVal(obj.sex) == 111949)
				{
					obj.g.value = getVal(obj.brand).split(",")[0];
				}
				else if(getVal(obj.sex) == 111955)
				{
					obj.g.value = getVal(obj.brand).split(",")[1];
				}
				else
				{
					if(obj.sitem.value != "") obj.sitem.value += " ";
					obj.sitem.value += getTxt(obj.brand);
				}
			}
			else
			{
				if(obj.sitem.value != "") obj.sitem.value += " ";
				obj.sitem.value += getVal(obj.brand);
			}
		}
		
		if(getVal(obj.colors) != "-")
		{
				if(obj.sitem.value!="") obj.sitem.value += " ";
				obj.sitem.value += getVal(obj.colors);
		}
		
				if(getVal(obj.type) != "-")
		{
				if(obj.sitem.value!="") obj.sitem.value += " ";
				obj.sitem.value += getVal(obj.type);
		}
		
		  if(getVal(obj.size) != "-")
		{
				if(obj.sitem.value!="") obj.sitem.value += " ";
				obj.sitem.value += getVal(obj.size);
		}
		
				if(getVal(obj.style) != "-")
		{
				if(obj.sitem.value!="") obj.sitem.value += " ";
				obj.sitem.value += getVal(obj.style);
		}
		
		obj.sitem.value = obj.sitem.value.replace(/@/g, " ");
		return true;
	}
	
	function onLF()
	{
		document.form1.sitem.value = "";
		if( (!document.all && document.getElementById) || (os.indexOf("WIN")>=0 && document.all) )
		{
			document.form1.reset();
			//document.form2.reset();
		}
	}
	
	window.onload = onLF;
	
function settarget1() { 
   frame[0].target = _top; 
} 
	
