//normal

function PopWindow(filename)
{
window.open('popup.php?f='+filename+'','stockphoto001','width=550,height=400,menubar=no,scrollbars=no,toolbar=no,location=no,directories=no,resizable=no,top=0,left=0'); 
}


