if(navigator.appName == "Microsoft Internet Explorer") {
document.write("<link href=\"StyleSheet.css\" rel=\"stylesheet\" type=\"text/css\" />");
}
else {
document.write("<link href=\"fox.css\" rel=\"stylesheet\" type=\"text/css\" />");
}



function Toggle(id, srcpath){
    
    document.getElementById(id).setAttribute('src', srcpath);
}

function Untoggle(id, srcpath){
//document.getElementByID(id).style.cursor = 'none';
document.getElementById(id).setAttribute('src', srcpath);
}


function openhelp(){

window.open('help/choose.htm', 'mywindow', 'height=700, width=900', 'toolbar=1, location=0, scrollbar=1, status=1, resizeable=1, fullscreen=1, menubar=1');

}





function hover(){
	
    	newimage="url(images/products_over.jpg)";
    	document.getElementById('products').style.backgroundImage=newimage;
	document.getElementById('r').style.cursor= 'none';
	document.getElementById('s').style.cursor= 'none';
	document.getElementById('products').style.cursor= 'none';
	document.getElementById('ro').style.color='red';
	}


	function release(){
    	newimage="url()";
    	document.getElementById('products').style.backgroundImage=newimage;
	
	}
	
function sshots(){
window.open('screenshots/slide.htm','myWindow','width=650,height=580 toolbar=0,location=0,scrollbars=0,status=0,resizable=0,fullscreen=0,menubar=0');

}


function rshots(){
window.open('screenshots/slide2.htm','myWindow','width=650,height=580 toolbar=0,location=0,scrollbars=0,status=0,resizable=0,fullscreen=0,menubar=0');

}