// JavaScript Document
document.write("<table border=0 width=100% cellpadding=0 cellspacing=0><tr><td class='copyright' align=right width=50%>© Copyright 2006 e-solutionexpress.com - E-Solution Express </td><td width=50% class='copyright'> Read Our <a href='#' onclick='Javascript:openWin(\"ese_disclaimer.html\",400,400)'><u>Disclaimer</u></a> and our <a href='#' onClick='JavaScript:openWin(\"ese_policy.html\",400,400)'><u>Privacy Policy</u></a></td></tr></table></div>");
//  Site design by -  <a href='http://www.e-solutionexpress.com/' target='_blank'>E-Solution Express Development Studio</a>

function openWin( pageName, width, height )
{
	width = width
	height = height
	var left = screen.width-(screen.width/2) - (width/2)
	var top = screen.height-(screen.height/2) - (height/2)
	window.open( pageName , null, 'toolbar=no,status=no,width='+width+',height='+height+',resizable=0,scrollbars=no,left='+left+',top='+top);
}
