<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

//var path ="C:/share/homepage/New/"
var path ="http://www.newcyber3d.com/"

var color	= "ffffff"	// HEADER BACKGROUND COLOR


document.write('<TABLE cellpadding=0 cellspacing=0 border=0 width="100%" bgcolor="#'+color+'"><tr><td width="15">');
document.write('<IMG SRC="'+path+'images/spacer.gif" HEIGHT=10 WIDTH=15 border="0"><BR>');
document.write('</td><td ALIGN="LEFT" VALIGN="CENTER">');
document.write('<nobr><a href="'+path+'index.html"><img src="'+path+'images/logo_long.gif" border="0"></a></nobr><br>');
document.write('</td><td ALIGN="RIGHT" VALIGN="CENTER">');
document.write('<IMG SRC="'+path+'images/logo_end.gif" HEIGHT=72 WIDTH=200 border="0"><BR>');
document.write('</td><td width="15">');
document.write('<IMG SRC="'+path+'images/spacer.gif" HEIGHT=10 WIDTH=15 border="0"><BR>');
document.write('</td></tr></table>');


document.write('<TABLE cellpadding=0 cellspacing=0 border=0 width="100%">');
document.write('<tr>');
document.write('<td bgcolor="#E2E6ED" background="'+path+'images/bluebar_s.jpg" colspan="2" height="8">'); 
document.write('</td></tr></table>');

 
document.write('<TABLE cellpadding=0 cellspacing=0 border=0 width="100%">');
document.write('<tr>');
document.write('<td ALIGN="LEFT">'); 
document.write('<IMG SRC="'+path+'images/stretchbar.jpg" width="100%" height="28"><br>');
document.write('</td></tr></table>');



//  End -->