// JavaScript Document
function menu(){
var str="";
str = str+"<table cellpadding='0' cellspacing='0' border='0' width='780'><tr bgcolor='CECECE'>";
str = str+"<td class='paddingleft'><a href='index.html' onMouseOut=MM_swapImgRestore() onMouseOver=MM_swapImage('Image22','','images/home_over.gif',1)><img src='images/home.gif' name='Image22' width='43' height='22' border='0' alt='Home'></a></td>";
str = str+"<td class='padding'><a href='about_us.html' onMouseOut=MM_swapImgRestore() onMouseOver=MM_swapImage('Image21','','images/about_over.gif',1)><img src='images/about.gif' name='Image21' width='63' height='22' border='0' alt='About Us'></a></td>";
str = str+"<td  class='padding'><a href='products.html' onMouseOut=MM_swapImgRestore() onMouseOver=MM_swapImage('Image23','','images/products_over.gif',1)><img src='images/products.gif' name='Image23' width='65' height='22' border='0' alt='Products'></a></td>";
str = str+"<td  class='padding'><a href='for_women.html' onMouseOut=MM_swapImgRestore() onMouseOver=MM_swapImage('Image28','','images/for_women_over.gif',1)><img src='images/for_women.gif' name='Image28' width='73' height='22' border='0' alt='For Women'></a></td>";
str = str+"<td  class='padding'><a href='how_to_use.html' onMouseOut=MM_swapImgRestore() onMouseOver=MM_swapImage('Image24','','images/how_over.gif',1)><img src='images/how.gif' name='Image24' width='77' height='22' border='0' alt='How to Use'></a></td>";
str = str+"<td  class='padding'><a href='problem_solved.html' onMouseOut=MM_swapImgRestore() onMouseOver=MM_swapImage('Image25','','images/problem_over.gif',1)><img src='images/problem.gif' name='Image25' width='100' height='22' border='0' alt='Problem Solved'></a></td>";
str = str+"<td  class='padding'><a href='faq.html' onMouseOut=MM_swapImgRestore() onMouseOver=MM_swapImage('Image26','','images/faq_over.gif',1)><img src='images/faq.gif' name='Image26' width='32' height='22' border='0' alt='FAQ'></a></td>";
str = str+"<td  class='padding'><a href='contact_us.html' onMouseOut=MM_swapImgRestore() onMouseOver=MM_swapImage('Image27','','images/contact_over.gif',1)><img src='images/contact.gif' name='Image27' width='76' height='22' border='0' alt='Contact Us'></a></td>";
str = str +"<td width='35'><img src='images/spacer.gif' width='1' height='1' alt='' border='0'></td>";
str = str+"</tr></table>";
document.write(str);
}



function bottom(){
var str="";
str = str+"<tr>";
str = str+"<td>&nbsp;<a href='index.html'>Home</a>   |   <a href='contact_us.html'>Contact us</a>   |   <a href='mailto:info@halsik.com?subject=Web Inquiry'>Email us</a></td>";
str = str+"<td align='right'>© 2005 Halsik III, Inc., Wilmette, Illinois&nbsp;</td>";
str = str+"</tr>";
str = str+"<tr><td height=20 valign=bottom colspan=2 align=right>Site created by <a href='http://www.artseventures.com' target='_blank'>Arts eVentures</a>&nbsp;</td></tr>";
document.write(str);
}