
//for stylesheet

var w = (navigator.platform=="Win32" && navigator.appName=="Microsoft Internet Explorer") ? "style_ie.css" : "style_nn.css";
document.write('<link rel="STYLESHEET" type="text/css" href="../styles/' + w + '">');

function gohere(idx) {
	var f = document.forms[0]
	parent.frames[1].location = f.manufacturer.options[idx].value
	}

/* -- SCRIPT - onload, active button -- */
function window_onload() {
	//reference to rollover2.js
	LoadActiveImage();
	}
