if (top.frames.length!=0)
top.location=self.document.location;

function myVoid() { }
var win = null;

function lrgehorz(picnme,title,w,h)
{
OpenWin = this.open('','CtrlWindow','toolbar=No,menubar=No,location=No,scrollbars=No,resizable=No,status=No,screenx=0,screeny=0,width=760,height=500,left=0,top=0');
doc = OpenWin.document;
doc.write('<html><head><title>' + title + '<\/title><\/head><body bgcolor="#b6d6b6" style="margin:0px" onBlur="window.close()"; onMousedown="window.close()">');
doc.write('<br><center><table cellspacing="0" cellpadding="0" width="' + w + '" border="0"><tr><td background="' + picnme + '"><img src="../shared/00.gif" width="' + w + '" height="' + h + '"  alt="click to close" galleryimg="no"><\/td><\/tr><\/table>');
doc.write('<br><font face="verdana" color="#006633"><b>click window to close</b></font><\/center><\/body><\/html>');
doc.close();
}

var win = null;

function lrgevert(picnme,title,w,h)
{
OpenWin = this.open('','CtrlWindow','toolbar=No,menubar=No,location=No,scrollbars=No,resizable=No,status=No,screenx=0,screeny=0,width=760,height=520,left=0,top=0');
doc = OpenWin.document;
doc.write('<html><head><title>' + title + '<\/title><\/head><body bgcolor="#b6d6b6" style="margin:10px" onBlur="window.close()"; onMousedown="window.close()">');
doc.write('<div align="right"><table width="80%" cellspacing="5" cellpadding="0" border="0"><tr><td>');
doc.write('<table cellspacing="0" cellpadding="0" width="' + w + '" border="0"><tr><td background="' + picnme + '"><img src="../shared/00.gif" width="' + w + '" height="' + h + '" alt="click to close" galleryimg="no"><\/td>');
doc.write('<td><img src="../shared/00.gif" width="15" height="1" alt="click to close" galleryimg="no"></td>');
doc.write('<td align="center"><font face="verdana" color="#006633"><b>click&nbsp;window to&nbsp;close</b></font></td><\/tr><\/table>');
doc.write('</td></tr></table><\/div><\/body><\/html>');
doc.close();
}


