ie4=(document.all)?true:false;
ns6=(document.getElementById)?true:false;
mac=(navigator.platform.indexOf("PPC"))?true:false;


if(ie4){
document.write("<link rel=stylesheet href=\"lib.css\" type=\"text/css\">")}

else if(ns6){
document.write("<link rel=stylesheet href=\"libz.css\" type=\"text/css\">")}


			//  IMAGE ROLLOVER

function turnon(imgName)
	{
		if(document.images)
	{
		imgob=eval(imgName + ".src");
		document.images['home'].src=imgob;
	}
}
temp="0";
function selcheck(){
	if (document.form1.formURL.options[21].selected){
		alert("You have selected a 486kb file that will require approximately 2 minutes downloading time on dialup service");
temp="1";
	}
}

 function gotoLink(form) {
   var OptionIndex=form.formURL.selectedIndex;
   parent.home.location = form.formURL.options[OptionIndex].value;}