// use slash before an apostrophe  \'

var seelink3		= "yes"		// see third link
var seearea1		= "yes"		// see area1
var areaborder		= "000000"	// area border color
var linkY1		= "618"		//link1 positionY from top
var linkY2		= "818"		//link1 positionY from top




document.write('<TABLE align="left" cellpadding="5" cellspacing="0" width="100%" border="0" class="smalltext"><tr><td valign="top">');


// link3 text

   if (seelink3 == "yes") {

document.write('<fieldset style="border: #'+areaborder+' 1px solid; text-align:center; position: absolute; TOP: '+linkY1+'px; margin-left:13px; width:152px; padding: 5px;" class="smalltext"><legend>');
document.write('<span class="subtitle">NeoSyper:</span></legend>');
document.write('<a href="neo.php" target="_top"><img src="images/neo.jpg" border="0" width="118" height="116" 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="neo.php">Programer Tech</a>');
document.write('</fieldset>');
document.write('<br><br><br><br><br><br><br><br><br><br><br><br>');
}


// area1 text

   if (seearea1 == "yes") {

document.write('<fieldset style="border: #'+areaborder+' 1px solid; text-align:justify; position: absolute; TOP: '+linkY2+'px; width:178px; padding: 5px;"class="smalltext"><legend>');
document.write('<span class="subtitle">Our Team:</span></legend>');
document.write('<br></span><span class="textbox">')
document.write('Our staff of visionaries have won over 50 awards. Our team of reliable affiliates and associates, demonstrate consistant expertise and professionalism.<br><br>');
document.write('</span>');
document.write('</fieldset>');

document.write('<br><br>');
}


document.write('</td></tr></table>');
