		 function VTour(mvr, manufacturer, brand, floorplan, color) { 
var win;
var sWidth;
var sHeight;
var NS = (document.layers) ? 1 : 0;
win = window.open("","imageviewer","width=525, height=450, menubar=no, toolbar=no");

win.document.open();
win.document.write("<html><head>");
win.document.write("<title>"+brand+" Virtual Tour</title>");
win.document.write("</head>");
win.document.write("<body bgcolor=white leftmargin=0 topmargin=0 marginwidth=0 marginheight=0>");
win.document.write("");
win.document.write("<table width=100% height=100% border=0 cellspacing=0 cellpadding=0>");
win.document.write("<tr>");
win.document.write("<td width=5  height=7 bgColor="+color+">&nbsp; </td>");
win.document.write("<td width=33  bgColor="+color+">&nbsp;</td>");
win.document.write("<td width=131  bgColor="+color+">");
win.document.write("<A class=bigbold href=javascript:self.close();><strong><font face=arial size=-1 color=white>[Close Window]</font></strong></a>");
win.document.write("</td>");
win.document.write("<td width=142  bgColor="+color+">&nbsp;</td>");
win.document.write("<td width=5  bgColor="+color+">&nbsp;</td>");
win.document.write("</tr>");
win.document.write("<tr><td width=5  bgColor="+color+">&nbsp;</td>");
win.document.write("<td width=100% colspan=3  align=center valign=middle>");
win.document.write("<font face=Arial size=2 color=navy><strong><br>Virtual Tour for "+brand+" "+floorplan+"</strong></font><br><br>");
win.document.write("");
win.document.write("<APPLET CODEBASE=\"http://www.aero-rv.com/VirtualTour/java\" ARCHIVE=\"hotmedia.jar\" CODE=\"hm35.class\"   NAME=\"HotMedia\"  WIDTH=\"500\"  HEIGHT=\"300\">  ");
// win.document.write("<APPLET CODEBASE=\"/VirtualTour/java\" ARCHIVE=\"hotmedia.zip\" CODE=\"hm35.class\"   NAME=\"HotMedia\"  WIDTH=\"400\"  HEIGHT=\"300\">  ");
win.document.write("<PARAM NAME=\"mvrfile\" value=\"http://www.aero-rv.com/VirtualTour/"+mvr+"\">  ");
win.document.write("<param name=\"spin\" value=\"flat\">");
win.document.write("Your browser is not Java enabled.");
win.document.write("</APPLET>");
win.document.write("<table width=100% height=10% border=0 cellspacing=10 cellpadding=0 align=center>");
win.document.write("<tr>");
win.document.write("<td  height=75% align=middle></td>");
win.document.write("</tr>");
win.document.write("<tr>");
win.document.write("<td height=25% align=middle valign=bottom><table border=\"0\" cellspacing=\"0\" cellpadding=\"5\" align=\"center\">");
win.document.write("<tr>");
win.document.write("<td>");
win.document.write("<a href=/VirtualTour/help.htm target=_new><img src=http://www.aero-rv.com/scripts/virtualtour/images/Javazoomin.gif border=0></a>");
win.document.write("</td>");
win.document.write("<td>");
win.document.write("<a href=/VirtualTour/help.htm target=_new><img src=http://www.aero-rv.com/scripts/virtualtour/images/JavaMoveNav.gif border=0></a>");
win.document.write("</td>");
win.document.write("<td>");
win.document.write("<a href=/VirtualTour/help.htm target=_new><img src=http://www.aero-rv.com/scripts/virtualtour/images/Javazoomout.gif border=0></a>");
win.document.write("</td>");
win.document.write("</tr>");
win.document.write("</table>");
win.document.write("</td>");
win.document.write("</tr>");
win.document.write("</table>");
win.document.write("<!-- INSIDE TABLE CLOSE -->");
win.document.write("</td>");
win.document.write("<td width=5  bgColor="+color+">&nbsp;</td>");
win.document.write("</tr>");
win.document.write("<tr>");
win.document.write("<td width=100% colspan=5 height=5 bgColor="+color+">&nbsp;</td>");
win.document.write("</tr>");
win.document.write("</table>");
win.document.layer = -1;
}