var str = location.search; var writeFrames = (str.indexOf("nowritefs")) && (top.window.length == 0); var myhost = location.host; if (myhost == ""){ var file1 = "C:/Documents and Settings/Simon Stirrup/My Documents/My Web Site/title.htm"; var file2 = "C:/Documents and Settings/Simon Stirrup/My Documents/My Web Site/menu.htm"; } else { var file1 = "/title.htm"; var file2 = "/menu.htm"; } if (writeFrames) { if (str == "") { var bodyFrame = window.location + "?nowritefs"; } else { var bodyFrame = window.location + "&nowritefs"; } document.write( '', '', '', '', '', '', '' ); }