// JavaScript Document
function FloatingBox() {
	if (urlVariable() != 'nobox') {  /*  must add the string ?nobox to the url of any hrefs that link to drop-down box pages */
		
		document.write('<div id="dropin" style="position:absolute; left:200px; top:900px; width:275px; height:315px; visibility: hidden;">');
		document.write('<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0" id="tbl" style="border:1px ridge #4E85BE"><tr><td>');
		document.write('<table  width="100%" height="100%" border="0" cellpadding="5" cellspacing="0">');
		document.write('<tr><td height="29" valign="top" bgcolor="#BE0708" style="cursor:hand; border-bottom-style: solid; border-bottom-width: 5px; border-bottom-color: #808080">');
		document.write('<div align="center"><a href="#" onClick="dismissbox();return false" class="dropinwhite"><b>Close This Window <BR><\/b><\/a><\/div>');
		document.write('<\/td><\/tr>');
		document.write('<tr><td width="100%" colspan="2" valign="top" bgcolor="#FFFFFF" id="dragtext" style="padding:0px">This is the text that I want to see.........<\/td><\/tr>');
		document.write('<\/table><\/td><\/tr><\/table><\/div>');
		
	DropIn('#FFFFFF','Microsoft Sans Serif',12,'#000000','<html><head><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><title>Seven Proven Steps to Improving Auto Sales</title></head><body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"><table  style="background-color:#FFFFCC" width="275" border="0" cellspacing="0" cellpadding="2"><tr><td align="center" valign="bottom" class="textReg">Receive a FREE copy of:<br><br></td><tr><td align="center" valign="middle" class="sevensteps">The Seven Proven Steps<br>to Improving Auto Sales<br><br></td><tr><td align="center" valign="top" class="textReg">This report will show you our<br>very effective yet easy to implement<br>seven-step process for<br>increasing car sales, cash flow and profits<br>- while reducing unwanted stress!<br><br></td></tr><tr><td align="center" valign="middle"  height="39" bgcolor="#BE0708" style="cursor:hand; border-top-style: solid; border-top-width: 5px; border-top-color: #808080"><A HREF="FreeReport/Index.cfm" Target="_new" class="dropinwhite">Click Here to Get Your Free Report!</A></td> </tr></table></table>','147','275','115','67','#808080','solid',5,1,true)		
	} else {
		/*  Do not write the drop-down box  */
	}
}