/* products */

// ycssz
if (document.all || document.layers || document.getElementById) {
if (navigator.platform.indexOf("Mac",0) != -1) {
	document.write('<link rel="stylesheet" type="text/css" href="../../css/m.css" title="fontproperty">');
}
else document.write('<link rel="stylesheet" type="text/css" href="../../css/w.css" title="fontproperty">');
}


// yIntroduction case pull downz
function secMenu(formName,op){
	url = op.options[op.selectedIndex].value;
	if (url != "" ) location.href = url;
}


// ypopupz
function winOpen(WI,HI,URL) {
	window.open(URL,"","width="+WI+",height="+HI+",toolbar=no,location=no.status=no,menubar=no,scrollbars=yes");
}
