<!-- Hide from old browsers
 
function popimage(string) {
var show = parent.window.open(string,"poplodg","width=640,height=480,noresizable,resizable=0");
}

function popimage1(string) {
var show = parent.window.open(string,"poplodg","width=480,height=725,noresizable,resizable=0");
}

// -->
