var seearea1 		= "yes"		// see area1 no image
var seearea2 		= "yes"		// see area3 image opaque
var areaborder		= "000000"	// text border color
var bordercolor		= "000000"	// border color for scrollbar and images 
var seesearch		= "no"		// see search field
var searchalign		= "left"	// search field position left or right 
var searchX		= "20"		// search field x position
var searchY		= "598"		// search field y position
var searchwidth		= "160"		// search field width
var searchtext		= "Search The Web"	// text above search field
var linkY1		= "748"		//link1 positionY from top
var linkY2		= "888"		//link1 positionY from top




document.write('<TABLE cellpadding="08" cellspacing="0" margin-left:"20" width="100%" border="0" class="smalltext"><tr><td valign="top">');

// area1 

   if (seearea1 == "yes") {

document.write('<fieldset style="border: #'+areaborder+' 1px solid; text-align:justify; position: absolute; TOP: '+linkY1+'px;width:181px; padding: 5px;"class="smalltext"><legend>');
document.write('<span class="subtitle">Our Vision:</span></legend>');
document.write('<br></span><span class="textbox">')
document.write('Some people see things the way they are.<br>We at Angel Designs see things the way they can be.<br><br>');
document.write('</span>');
document.write('</fieldset>');
document.write('<br><br><br><br>');
}



// area2

   if (seearea2 == "yes") {

document.write('<fieldset align=center style="border: #'+areaborder+' 1px solid; text-align:center; position: absolute; TOP: '+linkY2+'px; width:181px; padding: 5px;" class="smalltext"><legend>');
document.write('<span class="subtitle">WEB DESIGN:</span></legend>');
document.write('<a href="http://www.web-slave.net" target="_top"><img src="images/alogo.gif" border="0" width="118" height="113" vspace="2" onmouseover="high(this)"');
document.write('style="FILTER: alpha(opacity=30); moz-opacity: 0.30" onmouseout="low(this)"></a><br>');
document.write('<a href="http://www.web-slave.net">Our Sister Company</a>');
document.write('</fieldset>');
document.write('<br><br>');
}



document.write('</td></tr></table>');










