function screenview(url)
{
EcranHaut = screen.height;
EcranLarg = screen.width;
openleft = (EcranLarg/2)-400;
opentop = (EcranHaut/2)-300;
window.open('../all/screenviewer.php?url='+url,'screenviewer','toolbar=0, location=0, directories=0, status=0, scrollbars=0, resizable=0, copyhistory=0, menuBar=0, width=800, height=600, top='+opentop+', left='+openleft);
}

function download(type, id)
{
EcranHaut = screen.height;
EcranLarg = screen.width;
openleft = (EcranLarg/2)-250;
opentop = (EcranHaut/2)-120;
window.open('http://www.unreal-design.com/download.php?type='+type+'&id='+id,'downloads','toolbar=0, location=0, directories=0, status=0, scrollbars=0, resizable=0, copyhistory=0, menuBar=0, width=500, height=240, top='+opentop+', left='+openleft);
}