function vidWindow(url, vidwidth, vidheight, title)
{
 width = vidwidth;
 height = vidheight + 20;
    nameW='feature'
 if (navigator.appVersion.indexOf('4') != -1) {
 // Vars for centering the new window on Version 4 Browsers
 xTop = screen.width/2 - (width/2);
 yTop = screen.height/2 - (height/2);
  myWindow = window.open("", nameW, 'height='+height+',width='+width+',scrollbars=0,resizable=0,menubar=0,toolbar=0,status=0,location=0,directories=0,left=' + xTop + ',top=' + yTop + '');
 } else {
  myWindow = window.open("", nameW, 'height='+height+',width='+width+',scrollbars=0,resizable=0,menubar=0,toolbar=0,status=0,location=0,directories=0,left=150,top=200');
 }
 myWindow.document.write('<style>body { margin:0px; padding:0px; }</style>');
 myWindow.document.write('<OBJECT CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" WIDTH="'+vidwidth+'"HEIGHT="'+vidheight+'" CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab">');
 myWindow.document.write('<PARAM name="SRC" VALUE="'+url+'">');
 myWindow.document.write('<PARAM name="AUTOPLAY" VALUE="true">');
 myWindow.document.write('<PARAM name="CONTROLLER" VALUE="true">');
 myWindow.document.write('<EMBED SRC="'+url+'" WIDTH="'+vidwidth+'" HEIGHT="'+vidheight+'" AUTOPLAY="true" CONTROLLER="true" PLUGINSPAGE="http://www.apple.com/quicktime/download/">');
 myWindow.document.write('</EMBED>');
 myWindow.document.write('</OBJECT>');
 myWindow.document.write('<br>');
 myWindow.document.write('<center><b>'+title+'</b></center>');
}

function getImageWidth(myImage) {
	var x, obj;
	if (document.layers) {
		var img = getImage(myImage);
		return img.width;
	} else {
		return getElementWidth(myImage);
	}
	return -1;
}

function picWindow(url, picwidth, picheight, title)
{
 width = picwidth;
 height = picheight + 20;
    nameW='feature'
 if (navigator.appVersion.indexOf('4') != -1) {
 // Vars for centering the new window on Version 4 Browsers
 xTop = screen.width/2 - (width/2);
 yTop = screen.height/2 - (height/2);
  myWindow = window.open("", nameW, 'height='+height+',width='+width+',scrollbars=0,resizable=0,menubar=0,toolbar=0,status=0,location=0,directories=0,left=' + xTop + ',top=' + yTop + '');
 } else {
  myWindow = window.open("", nameW, 'height='+height+',width='+width+',scrollbars=0,resizable=0,menubar=0,toolbar=0,status=0,location=0,directories=0,left=150,top=200');
 }
 myWindow.document.write('<style>body { margin:0px; padding:0px; }</style>');
 myWindow.document.write('<img src="'+url+'" border="0">');
 myWindow.document.write('<br>');
 myWindow.document.write('<center><b>'+title+'</b></center>');
}

document.write('<script language="javascript" type="text/javascript" src="sleight.js"></script>');
document.write('<script language="javascript" type="text/javascript" src="bgsleight.js"></script>');
document.write('<link rel="stylesheet" type="text/css" href="layout.css" />');
document.write('</head>');
document.write('<body leftmargin="0" rightmargin="0" topmargin="0" bottommargin="0" bgcolor="#EEEEEE" class="bg">');
document.write('<table width="100%" height="100%" align="center" valign="center"><tr align="center" valign="center"><td align="center" valign="center">');
document.write('<table style="margin-top:10px; margin-bottom:10px; border: 1px solid #000000;" width="750" height="560" cellpadding="0" cellspacing="0" border="0" align="center">');
document.write('<tr height="170">');
document.write('<td height="170" class="topbar" colspan="3">');
document.write('<table width="100%" valign="bottom" border="0" cellpadding="0" cellspacing="0" style="color: ffffff;">');
document.write('<tr align="center">');
document.write('<td width="10"></td><td width="10"></td>');
document.write('<td height="154"></td></tr><tr align="center">');
document.write('<td width="1"><td width="11" class="nav"></td>');
document.write('<td class="nav"><b><a href="index.html">Home</a></b></td><td class="nav"><b><a href="roofers.html">Florida Roofing Contractors</a></b></td><td class="nav"><b><a href="homeowners.html">Florida Homeowners</a></b></td><td class="nav"><b><a href="about.html">About DMI</a></b></td><td class="nav"><b><a href="http://www.windstorminspections.com">Go Back to DMI</a></b></td>');
document.write('<td width="20" class="nav"></td>');
document.write('<td width="100"></td>');
document.write('</tr></table>');
document.write('</div>');
document.write('</td>');
document.write('</tr>');
document.write('<tr valign="top">');
document.write('<td class="leftbar">');
document.write('<table width="100%" height="100%" cellpadding="0" cellspacing="0" border="0">');
document.write('<tr>');
document.write('<td valign="top" align="center">');
document.write('<br><br>');
document.write('<div style="padding-left: 5px; padding-right: 5px;">');

document.write('</div>');
document.write('</td></tr></table>');
document.write('</td>');
document.write('<td bgcolor="#FFFFFF" class="mainpage">');
document.write('<div class="maincontent">');
