function popout(){
	if(oDesc) oDesc.css.visibility = "hidden"
}
function setPopup(){
	if(bw.ns4)document.captureEvents(Event.MOUSEMOVE)
	document.onmousemove = popmousemove;
	oDesc = new makeObj('divDescription')
}
function popup(mylink, windowname)
{
if (! window.focus)return true;
var href;
if (typeof(mylink) == 'string')
   href=mylink;
else
   href=mylink.href;
window.open(href, windowname, 'width=418,height=330,scrollbars=no');
return false;
}
function resize() 
{	
	var i=0;
	if (navigator.appName == 'Netscape') i=40;
	if (document.images[0].height > 140 || document.images[0].width > 140)
	{
		window.resizeTo(document.images[0].width +150, document.images[0].height+200-i);
	}
}
function closed()
{
	this.close();
}
