//

function viewdetails(imgid)
{
        window.open("enlarged.php?img=" + imgid ,"enlarged"," title='idano' menubar=no resizable=yes scrollbars=yes toolbar=no width=650 height=425 top =" + (screen.height-400)/2 + "left=" + (screen.width-600)/2 );
}
