//
// toplinks.js
// script custom created for AquamarineDesign
//

//
// Remember that you can't have newlines in your variables
// text must be surrounded by apostrophes (')
// if you have an apostrophe in your variable, 
//  escape it by putting a backslash in front of it
//  like the below example...
//   var example = 'Patti\'s hair is so fun!';
//


///////////////////////////////////////////

var toplinks =
'<table border="0" cellpadding="0" cellspacing="0" width="591" height="32"><tr align="right"><td width="591" height="32"><font size="2" face="arial, helvetica" color="#828EBF"><A HREF="vsf_getaquote.html"><font size="2" face="arial, helvetica" color="#828EBF">Get a Quote</font></A> &nbsp;|&nbsp; <font size="2" face="arial, helvetica" color="#828EBF"><A HREF="vsf_order.html"><font size="2" face="arial, helvetica" color="#828EBF">Place Your Order</font></A> &nbsp;|&nbsp; <A HREF="vsf_uploadftp.html"><font size="2" face="arial, helvetica" color="#828EBF">FTP</font></A> &nbsp;|&nbsp;  <A HREF="ci_faq.html"><font size="2" face="arial, helvetica" color="#828EBF">F.A.Q.</font></A> &nbsp;|&nbsp; <A HREF="ci_main.html"><font size="2" face="arial, helvetica" color="#828EBF">Get to Know Us</font></A> &nbsp;|&nbsp; <A HREF="ci_contactinfo.html"><font size="2" face="arial, helvetica" color="#828EBF">Directions</font></A>&nbsp;&nbsp;&nbsp;</font></td></tr></table><a href="index.html"  onMouseover = "img_act(\'nav1\')" onMouseout = "img_inact(\'nav1\')"><IMG SRC="images/bt_home.gif" WIDTH="74" HEIGHT="42" BORDER="0" name="nav1"></a><a href="ps_main.html"  onMouseover = "img_act(\'nav2\')" onMouseout = "img_inact(\'nav2\')"><IMG SRC="images/bt_products.gif" WIDTH="170" HEIGHT="42" BORDER="0" name="nav2"><a href="ci_main.html"  onMouseover = "img_act(\'nav3\')" onMouseout = "img_inact(\'nav3\')"><IMG SRC="images/bt_companyinfo.gif" WIDTH="120" HEIGHT="42" BORDER="0" name="nav3"><!--<a href="ay_main.html"  onMouseover = "img_act(\'nav4\')" onMouseout = "img_inact(\'nav4\')"><IMG SRC="images/bt_aboutyou.gif" WIDTH="101" HEIGHT="42" BORDER="0" name="nav4">--><a href="vsf_order.html"  onMouseover = "img_act(\'nav5\')" onMouseout = "img_inact(\'nav5\')"><IMG SRC="images/bt_vsf.gif" WIDTH="197" HEIGHT="42" BORDER="0" name="nav5"></a>';

// Use this command if using the big block of text
document.write(toplinks);


////////////////////////////////////////////

