function closeWin()  {
	window.self.close()
}

function popImg(url) {

popupWin = window.open(url, 'imageWindow' , 'width=790,height=540,menubar=no,scrollbars=no,toolbar=no,location=no,directories=no,resizable=no');

}     


function enlrge(imgnme) {
	imagename='';
	lrgewin=window.open("dhp","","height=18,width=18")
	imagename=imgnme;
	setTimeout('update()',500)
}

function update() {
	myHt=document.images[0].height;
    pHt = myHt + 16;
    
    doc=lrgewin.document;
	doc.open('text/html');
	doc.write('<HTML><HEAD><TITLE>Dorsky Hodgson + Partners<\/TITLE><\/HEAD><BODY bgcolor="white" onLoad="if  (self.resizeTo)self.resizeTo((document.images[0].width+26),(document.images[0].height+84))" leftmargin="0" topmargin="8" marginwidth="0" marginheight="8"><table align="center" valign="middle" width=""' + document.images[0].width +'" height="' + pHt + '"border="0" cellspacing="0" cellpadding="0"><tr><td>');
	doc.write('<IMG SRC="' + imagename + '"><\/td><\/tr><tr><td><form name="viewn"><input type="image" src="images/close_btn.gif" align="right" value="Close Window" onClick="self.close()"><\/td><\/tr><\/table>');
	doc.write('<\/BODY><\/HTML>');
	doc.close();
}

function PopupPic(sPicURL) { 
     window.open( "popup.htm?"+sPicURL, "",
     "resizable=1,HEIGHT=100,WIDTH=100"); 
}
