// JavaScript Document

function pyear()
{
var curdate = new Date()
var year = curdate.getYear()
if (year < 2000)
year = year + 1900;
document.write(year)
}

function footer()
{
f="";
f=f+"<table width='1000' border='0' cellspacing='0' cellpadding='0' ><tr><td  height='20' style='font-size:9px;color:#8b8b8b; font-family:Verdana; text-decoration:none'><a href='http://www.digitalimpressions.in' target='_blank' style='font-size:9px;color:#8b8b8b; font-family:Verdana; text-decoration:none'>www.digitalimpressions.in</a></td><td  align=center height='20' style='font-size:9px;color:#8b8b8b; font-family:Verdana; text-decoration:none'>COPYRIGHT &copy; <script type='text/javascript'>pyear();</script></td>  <td  height='20' align='right' ><a href='http://www.fisheye-design.in/' style='font-size:9px;color:#8b8b8b; font-family:Verdana; text-decoration:none' target='_blank'>www.fisheye-design.in</a></td></tr></table>"
document.write(f)
}

function newPopUp(newurl) 
{
    apopup = window.open(newurl,'note','toolbar=no,location=no,directories=no,file=yes,status=yes,scrollbars=no,hscrollbar=no,hscroll=no,resizable=no,copyhistory=no,height=300,width=340,addressbar=no');
}