<!--

// try { if (top == self) {top.location.href='index.html'; } } catch(er) { }
function loadContent(url)
{
	top.document.getElementById('right').src=url;
}

//-->
<!--

function goImgWin(myImage,myWidth,myHeight,origLeft,origTop,capt) {
    var mh = myHeight+49;
    var mw = myWidth+10;
    TheImgWin = window.open('','image','width=' + mw + ',toolbar=no,directories=no, status=no,' + 'menubar=no,scrollbars=no,resizable=no');
    TheImgWin.resizeTo(mw,mh);
    TheImgWin.document.write('<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml 1-transitional.dtd"><html xmlns="http:\/\/www.w3.org\/1999\/xhtml">');
    TheImgWin.document.write('<head><title>'+capt+'<\/title><\/head>');
    TheImgWin.document.write('<body topmargin="0" leftmargin="0" style="overflow:hidden" bgcolor="#003300" onclick="self.close()">');
    TheImgWin.document.write('<img src="'+myImage+'" width="'+myWidth+'"');
    TheImgWin.document.write('border="0" alt="'+capt+'"\/>');
    TheImgWin.document.write('<\/body><\/html>');
    // TheImgWin.moveTo(origLeft,origTop);
    TheImgWin.focus();
}
//-->
