function showImageWithTitle(description, title, path, width, height) 
{
    window.open('index.process.php?action=makewindow&wintitle='+title+'&imgpath='+path+'&windesc='+description,"Photo",'height='+height+',width='+width+',status=yes,toolbar=no,menubar=no,location=no,scrollbars=1,resizable=0');
}
function showWallpaperZoom(id, title, path, width, height)
{
    window.open('index.process.php?action=makewindow&id='+id+'&wintitle='+title+'&imgpath='+path,"Photo",'height='+height+',width='+width+',status=yes,toolbar=no,menubar=no,location=no,scrollbars=1,resizable=0');
}