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

