howWide = document.all ? document.body.clientWidth:window.innerWidth;
NS = document.layers ? 1:0;

tempWidth = howWide -460 -32;
tempHeight = (tempWidth < 120) ? 192:300; 
tempWidth =  (tempWidth < 120) ? howWide-70:tempWidth; 
textClipWidth = tempWidth -35;
textClipHeight = tempHeight -24;
tempWidth = tempWidth + "px";
tempHeight = tempHeight + "px";
textClipWidth = textClipWidth + "px";
textClipHeight = textClipHeight + "px";
	clipWidth = tempWidth;
	textClipWidth = textClipWidth;
	clipHeight = tempHeight;
	textClipHeight = textClipHeight;

document.writeln("<STYLE TYPE=\"text/css\">");

document.writeln("#contentBackground   {position:absolute; left:-2000; top:90; width:"
+tempWidth+"; height:300;visibility:hidden;");
document.writeln("clip:rect(0px "+clipWidth+" "+clipHeight+" 0px);z-index:6000;");
if (!NS)  document.writeln("filter:Alpha(opacity=60);-moz-opacity:60%;}"); 
else document.write(" }"); 

document.writeln("#goldControls   {position:absolute; left:-2000; top:90; width:"
+tempWidth+"; height:300;visibility:hidden;");
document.writeln("clip:rect(0px "+clipWidth+" "+clipHeight+" 0px);z-index:7000;");
if (!NS)  document.writeln("filter:Alpha(opacity=100);-moz-opacity:100%;}"); 
else document.write(" }"); 

document.writeln("#textWrapper {position:absolute; left:-2000; top:110; width:"+textClipWidth+"; height:276;visibility:hidden;");
document.writeln("clip:rect(0px "+textClipWidth+" "+textClipHeight+" 0px);z-index:8000;}"); 

document.writeln("#loadedText {position:absolute; left:0; top:0; width:"+textClipWidth+";font-family:verdana,arial,helvetica,san serif;font-size:10px; color:#FFaa00;overflow:hidden;");
document.write("z-index:9000;}"); 


document.writeln("</STYLE>");


if (!NS) {tempWidth ="100%"; NSvar="";} else {NSvar="NS";}


document.writeln("<div id=\"contentBackground\">");
document.writeln("<table border=0 cellpadding=0 cellspacing=0 height="+tempHeight+" width="+tempWidth+"><tr>");
document.writeln("<td width=5><img src=\"/ourWalls/images/window/tableLeft"+NSvar+".gif\" width=\"5\" height=\"300\" border=\"0\"></td>");
document.writeln("<td background=\"/ourWalls/images/window/tableBKG"+NSvar+".gif\" valign=top>");
document.writeln("");
for (m=0; m<=96; m++) {document.write("&nbsp; "); }
document.writeln("");
document.writeln("</td><td width=5 align=right><img src=\"/ourWalls/images/window/tableRight"+NSvar+".gif\" width=\"5\" height=\"300\" border=\"0\"></td>");
document.writeln("<td width=19><img src=\"/ourWalls/images/window/sliderBKG"+NSvar+".gif\" width=\"19\" height=\"300\" border=\"0\"></td>");
document.writeln("</tr></table></div>");


document.writeln("<div id=\"goldControls\">");
document.writeln("<table border=0 cellpadding=0 cellspacing=0 height="+tempHeight+" width="+tempWidth+"><tr>");
document.writeln("<td width=5 height=17><img src=\"/ourWalls/images/window/goldbarLeft.gif\" width=\"5\" height=\"17\" border=\"0\"></td>");
document.writeln("<td background=\"/ourWalls/images/window/goldbarBKG.gif\" onMouseover=tempMoveWindow() onMouseout=tempStopWindow()><a href=\"#\" onMouseover=tempMoveWindow() onMouseout=tempStopWindow()><img src=\"/ourWalls/images/headers/dontdrag.gif\" width=222 height=17 border=0 name=headerImage id=headerImage></a></td>");
document.writeln("<td background=\"/ourWalls/images/window/goldbarBKG.gif\" width=10 align=right><a href=javascript:top.hideWin()  onclick=top.hideWin()><img src=\"/ourWalls/images/window/closeBox.gif\" width=\"10\" height=\"17\" border=\"0\"></a></td>");
document.writeln("<td width=5 height=17 align=right><img src=\"/ourWalls/images/window/goldbarRight.gif\" width=\"5\" height=\"17\" border=\"0\"></td>");
document.writeln("<td width=19 height=17><a href=# onMouseover=scrollUp() onClick=scrollUp() onMouseout=stopScroll()><img src=/ourWalls/images/window/upArrow.gif width=19 height=17 border=0></a></td>");
document.writeln("</tr><tr><td></td><td height=283 valign=top>");
document.writeln("");
for (m=0; m<=96; m++) {document.write("&nbsp; "); }
document.writeln("");
document.writeln("</td><td></td><td></td>");
document.writeln("<td width=19 valign=bottom align=right><a href=# onMouseover='pageUpDown()' onClick=pageUpDown() onMouseout=stopScroll()><img src=/ourWalls/images/blank.gif width=17 height=262 border=0></a><br><a href=# onMouseover=scrollDown() onClick=scrollDown() onMouseout=stopScroll()><img src=/ourWalls/images/window/downArrow.gif width=19 height=17 border=0></a></td>");
document.writeln("</tr></table></div>");

document.writeln("<div id=\"textWrapper\">");
document.writeln("<div id=\"loadedText\">Please wait, loading... <img src=/ourWalls/images/window/clock.gif width=7 height=7 border=0></div>");
document.writeln("</div>");
