var plat = navigator.platformplat = plat.substring(0,3);var vers1 = navigator.appVersionvers1 = vers1.substring(23,22);var vers2 = navigator.appVersionvers2 = vers2.substring(0,3);var name = navigator.appNameif ((name=="Netscape")&	(vers2 >"4") & (vers2 <"5")||	(vers1 <"5")&	(plat=="Mac"))url=("http://s.burn.com.au/java/win2.css");elseurl=("http://s.burn.com.au/java/win2.css");//document.write('<link href='+url+' rel="styleSheet" type="text/css">');(function () {	var head = document.getElementsByTagName("head")[0];	if (head) {		var scriptStyles = document.createElement("link");		scriptStyles.rel = "stylesheet";		scriptStyles.type = "text/css";		scriptStyles.href = url;		head.appendChild(scriptStyles);	}	}());function right(e) {if (navigator.appName == 'Netscape' && (e.which == 3 || e.which == 2))return false;else if (navigator.appName == 'Microsoft Internet Explorer' && (event.button == 2 || event.button == 3)) {alert("Sorry, this option is not available at present.");return false;}return true;}document.onmousedown=right;document.onmouseup=right;if (document.layers) window.captureEvents(Event.MOUSEDOWN);if (document.layers) window.captureEvents(Event.MOUSEUP);window.onmousedown=right;window.onmouseup=right;if (window != top) top.location.href = location.href;function textClear (input) { if( input.value == input.defaultValue ) { input.value = ""; } if( input.style.color == "gray" ) { input.value = ''; input.style.color = 'black'; }}function textRestore (input) { if ( input.value == "" ) { input.style.color = 'gray'; input.value = input.defaultValue; } }