		if (navigator.appVersion.indexOf('Win') != -1) {			document.write('<link rel="stylesheet" type="text/css" href="css/win.css" />');		}				function choosePhoto() {			if (document.getElementById) {				photoSet1 = new Array("img/photo1.jpg","img/photo2.jpg","img/photo3.jpg","img/photo4.jpg","img/photo5.jpg");				randomNum = Math.floor((Math.random() * photoSet1.length));				document.getElementById("photo").src = photoSet1[randomNum];			}		}				function show(n) {			if (document.getElementById) {				var text0 = document.getElementById("sub0");				var text1 = document.getElementById("sub1");				var text2 = document.getElementById("sub2");				var text3 = document.getElementById("sub3");				var text4 = document.getElementById("sub4");				var text5 = document.getElementById("sub5");				var pntr0 = document.getElementById("pntr0");				var pntr1 = document.getElementById("pntr1");				var pntr2 = document.getElementById("pntr2");				var pntr3 = document.getElementById("pntr3");				var pntr4 = document.getElementById("pntr4");				var pntr5 = document.getElementById("pntr5");								for (i=0;i<=5;i++) {					eval("text"+i).style.visibility = "hidden";				}								for (i=0;i<=5;i++) {					eval("pntr"+i).style.visibility = "hidden";				}							eval("text"+n).style.visibility = "visible";				eval("pntr"+n).style.visibility = "visible";			}			return false;		}				function test() {			if (document.getElementById) {				alert("It works!");			}		}	function forceFrameone() {	if (parent == window) {		location.replace("../frame.html?content=" + escape(window.location));	}}function forceFrametwo() {	if (parent == window) {		location.replace("../../frame.html?content=" + escape(window.location));	}}function forceFramethree() {	if (parent == window) {		location.replace("../../../frame.html?content=" + escape(window.location));	}}		
