
function imgopen(src, name, alt, w, h) {
window.open("img.php?img="+name+"&src="+src+"&alt="+alt+"&width="+w+"&height="+h,name,"width="+w+",height="+h+
",toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizeable=no,copyhistory=no");     }

function imgopen_s(src, name, alt, w, h) {
window.open("img.php?img="+name+"&src="+src+"&alt="+alt+"&width="+w+"&height="+h,name,"width=820,height=600"+
"toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizeable=no,copyhistory=no");     }

