function popUp(){window.open('video.aspx','thewin','height=415,width=500,left=200,toolbar=no,scrollbars=no');}
function fnmenu()
{
var str="";
str+="<tr><td colspan='3' onmouseover=hideall();  valign='top'><img src='images/grey_line.jpg' width='780' height='8' alt=''></td></tr>";
str+="	<tr>";
str+="		<td  onmouseover=hideall();><a href='../../default.aspx?page=1'><img src='images/logo.jpg' width='254' height='135' alt='' border='0'></a></td>";
str+="		<td width='149' align='right'><img src='images/top_curve.jpg' width='149' height='135' alt=''></td>";
str+="		<td><img src='images/flash_01.jpg' width='377' height='135' alt='' border=0 onClick='popUp()' style='cursor:pointer'></td>";
str+="	</tr>"; 
str+="<tr><td colspan='3'><img src='images/menu.gif' width='780' height='32' alt='' border='0' usemap='#Map'></td></tr>";
str+="<map name='Map'>";
//str+="<area shape='rect' coords='25,6,70,27' href='home.aspx' onmouseover='hideall()' alt='Home'>";
//str+="<area shape='rect' coords='119,7,181,26' href='ProductTree.aspx?ProductId='''' onmouseover='fnshowMenu();' onmouseout='fnHideMenu()' alt='Products'>";
str+="<area shape='rect' coords='8,6,85,27' href='home.aspx' onmouseover='hideall()' alt='Home'>";
str+="<area shape='rect' coords='105,5,197,27' href='ProductTree.aspx'''' onmouseover='menu(0)' alt='Products'>";
str+="<area shape='rect' coords='220,5,331,27' href='solutions.aspx'''' onmouseover='hideall()' alt='Solutions'>";
str+="<area shape='rect' coords='347,5,428,26' href='faq.aspx' onmouseover='hideall();' alt='FAQ'>";
str+="<area shape='rect' coords='441,6,539,26' href='aboutus.aspx' onmouseover='hideall()' alt='About '>";
str+="<area shape='rect' coords='552,6,658,27' href='locateus.aspx' onmouseover='hideall()' alt='Locate Us'>";
str+="<area shape='rect' coords='670,4,768,26' href='contactus.aspx' onmouseover='hideall()' alt='Contact Us'>";

/*str+="<area shape='rect' coords='686,5,756,26' href='ContactUs.aspx' onmouseover='hideall()' alt='Contact Us'>";
str+="<area shape='rect' coords='585,7,650,24' href='LocateUs.aspx' onmouseover='hideall()' alt='Locate Us'>";
str+="<area shape='rect' coords='491,6,548,27' href='AboutUs.aspx' onmouseover='hideall()' alt='About Us'>";
str+="<area shape='rect' coords='365,7,437,26' href='Sitemap.aspx' onmouseover='hideall();' alt='Sitemap'>";
str+="<area shape='rect' coords='240,7,315,25' href='FAQ.aspx' onmouseover='hideall()' alt='FAQ'>";*/
str+="</map>";
document.write(str);
}

function fnmenu1()
{
	var str="";
	str+="<tr onmouseover='hideall()'>";
	str+="<td colspan='3'>";
	str+="<table cellpadding='0' cellspacing='0' border='0' width='780' align='center'>";
	str+="<tr onmouseover='hideall()'>";
	str+="<td align=center><a href='CustomerDetails.aspx' class='link'><b>Register/Login</b></a>&nbsp;<b>|</b>&nbsp;<a href='AddProduct.aspx' class='link'><b>Cart</b></a></td>";

	str+="</tr>";
	str+="</table>";
	str+="</td>";
	str+="</tr>";
	document.write(str);
}

	
	  
  	
 
  
 