<!--
var img="";

function popopen(id,w,h){
w=w;
h=h;
img="<img src=\"images/album/"+id+"\" width=\""+w+"\" height=\""+h+"\">";
var popup =window.open("pop.htm","INBP","toolbar=0,location=0,directories=0,menuBar=0,scrollbars=0,resizable=0,width="+w+",height="+h+",left=100,top=100");
}
function popopen2(id,w,h){
w=w;
h=h;
img="<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0\" width=\""+w+"\" height=\""+h+"\"><param name=movie value=\"images/"+id+"\"><param name=quality value=high><embed src=\"images/"+id+"\" quality=high pluginspage=\"http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash\" type=\"application/x-shockwave-flash\" width=\""+w+"\" height=\""+h+"\"></embed></object>";
var popup =window.open("pop.htm","INBP","toolbar=0,location=0,directories=0,menuBar=0,scrollbars=0,resizable=0,width="+w+",height="+h+",left=100,top=100");
}
function get_img(){
return img;
}
//-->

