<!--
		var i;
		
		i = getVar("qtvr");
		
		if ( i == 1 )
		{
		
			document.write("<embed src=webqtvr/larsonroofeast.mov width=600 height=316 border=2 controller=true></embed>");
		
		} else if ( i == 2 )
		{
		
			document.write("<embed src=webqtvr/larsonroofwest.mov width=600 height=316 border=2 controller=true></embed>");
		
		}else {
		
			document.write("<table width=602 height=320 border=0 align=center cellpadding=2 cellspacing=1><tr><td style=\"border: 1px dashed #666666\"><div align=center><strong><font color=#666666 size=+1>Click on a QTVR link below to see it in this box</font></strong></div></td></tr></table>");
			
		}

//-->