
<!-- HIDE FROM OTHER BROWRSERS

newWindow = null;
function nwin(src)
{
if (newWindow==null || newWindow.closed)
{
 option=
"toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,left=40,top=40, width=700, height=600"
 
 newWindow = window.open('img.php?id='+src,'example',option);

}


else
newWindow.close();
{
 option=
"toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,left=40,top=40, width=700, height=600"
 
 newWindow = window.open('img.php?id='+src,'example',option);
}
}


// STOP HIDING FROM OTHER BROWSER -->

