today = new Date
weekDayName = new Array ("Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday")
monthName = new Array ("January","February","March","April","May","June","July","August","September","October","November","December")
function printDate()
{
document.write("<font size=1px>" + weekDayName[today.getDay()]+ ", " + monthName[today.getMonth()] + " " + today.getDate()+ ", " + today.getYear()+ "</font>")
}

function ImgView(path) 
{ 
if (path=="../images/transferoflease_LG.jpg")
{
 var myWin=window.open("",'','toolbar=no,menubar=no,location=no,scrollbars=yes,resizable=no,width=1004,height=659'); 
   myWin.document.write("<META HTTP-EQUIV='imagetoolbar' CONTENT='no'>");
 myWin.document.write("<img src="+path+" alt='Click to Close' onClick='window.close()' style='cursor:hand'>");
 myWin.document.title="Transfer of Lease Obligations";
 }
 else if(path=="../images/processingextensions_LG.jpg")
 {
  var myWin=window.open("",'','toolbar=no,menubar=no,location=no,scrollbars=yes,resizable=no,width=1020,height=532'); 
    myWin.document.write("<META HTTP-EQUIV='imagetoolbar' CONTENT='no'>");
 myWin.document.write("<img src="+path+" alt='Click to Close' onClick='window.close()' style='cursor:hand'>");
 myWin.document.title="Processing Extensions";
 }
  else if(path=="../images/transferofequity_LG.jpg")
  {
  var myWin=window.open("",'','toolbar=no,menubar=no,location=no,scrollbars=yes,resizable=no,width=1015,height=640');
    myWin.document.write("<META HTTP-EQUIV='imagetoolbar' CONTENT='no'>");
 myWin.document.write("<img src="+path+" alt='Click to Close' onClick='window.close()' style='cursor:hand'>");
 myWin.document.title="Transfer of Equity";
  }
    else if(path=="../images/renewal_LG.jpg")
	{
  var myWin=window.open("",'','toolbar=no,menubar=no,location=no,scrollbars=yes,resizable=no,width=870,height=600'); 
  myWin.document.write("<META HTTP-EQUIV='imagetoolbar' CONTENT='no'>");
 myWin.document.write("<img src="+path+" alt='Click to Close' onClick='window.close()' style='cursor:hand'>");
 myWin.document.title="Renewal Process";
 }
} 