<!--

function PopupImage01(imageName, ww, wh) 
{
myNewWindow = window.open('', 'imm01','width=' + ww +',height=' + wh + ',toolbar=0,location=0,directories=0,status=0,menuBar=0,scrollBars=0,resizable=0'); 
myNewWindow.document.write("<HTML><HEAD><TITLE>Zoom<\/TITLE><\/HEAD>");
myNewWindow.document.write("<BODY leftmargin='0' topmargin='0' marginwidth='0' marginheight='0' bgcolor='#333333'>");
myNewWindow.document.write("<IMG SRC='" + imageName + "'>");
myNewWindow.document.close();
myNewWindow.focus();	
}

function PopupImage02(imageName, ww, wh) 
{
myNewWindow = window.open('', 'imm02','width=' + ww +',height=' + wh + ',toolbar=0,location=0,directories=0,status=0,menuBar=0,scrollBars=0,resizable=0'); 
myNewWindow.document.write("<HTML><HEAD><TITLE>Zoom<\/TITLE><\/HEAD>");
myNewWindow.document.write("<BODY leftmargin='0' topmargin='0' marginwidth='0' marginheight='0' bgcolor='#333333'>");
myNewWindow.document.write("<IMG SRC='" + imageName + "'>");
myNewWindow.document.close();
myNewWindow.focus();	
} 


function PopupImage03(imageName, ww, wh) 
{
myNewWindow = window.open('', 'imm03','width=' + ww +',height=' + wh + ',toolbar=0,location=0,directories=0,status=0,menuBar=0,scrollBars=0,resizable=0'); 
myNewWindow.document.write("<HTML><HEAD><TITLE>Zoom<\/TITLE><\/HEAD>");
myNewWindow.document.write("<BODY leftmargin='0' topmargin='0' marginwidth='0' marginheight='0' bgcolor='#333333'>");
myNewWindow.document.write("<IMG SRC='" + imageName + "'>");
myNewWindow.document.close();
myNewWindow.focus();	
} 



function PopupImage04(imageName, ww, wh) 
{
myNewWindow = window.open('', 'imm04','width=' + ww +',height=' + wh + ',toolbar=0,location=0,directories=0,status=0,menuBar=0,scrollBars=0,resizable=0'); 
myNewWindow.document.write("<HTML><HEAD><TITLE>Zoom<\/TITLE><\/HEAD>");
myNewWindow.document.write("<BODY leftmargin='0' topmargin='0' marginwidth='0' marginheight='0' bgcolor='#333333'>");
myNewWindow.document.write("<IMG SRC='" + imageName + "'>");
myNewWindow.document.close();
myNewWindow.focus();	
} 


//-->
