function openCover(url,alt_text,width,height,language)
{
	width = width + 140;
	height = height + 120;
	window.open('cover_popup.php?url=' + encodeURI(url) + '&alt_text=' + encodeURI(alt_text) + '&language=' + language, 'Cover', "width=" + width.toString() + ",height=" + height.toString() + ",left=100,top=100,status=no,toolbar=no,menubar=no,dependent=yes,resizable=yes,scrollbars=yes");
}

function openImage(url,alt_text,width,height,language)
{
	width = width + 140;
	height = height + 120;
	window.open('image_popup.php?url=' + encodeURI(url) + '&alt_text=' + encodeURI(alt_text) + '&language=' + language, 'Image', "width=" + width.toString() + ",height=" + height.toString() + ",left=100,top=100,status=no,toolbar=no,menubar=no,dependent=yes,resizable=yes,scrollbars=yes");
}

function openGallery(gallery_id,image_id,language)
{
	window.open('gallery_popup.php?gallery_id=' + gallery_id + '&image_id=' + image_id + '&language=' + language, 'Gallery', "width=500,height=680,left=0,top=0,status=no,toolbar=no,menubar=no,dependent=yes,resizable=yes,scrollbars=yes");
}

function openWallpaper(wallpaper_id,width,height)
{
	window.open('downloads_wallpaper_popup.php?wallpaper_id=' + wallpaper_id + '&size=' + width + 'x' + height, 'Wallpaper', "width=800,height=600,left=0,top=0,status=no,toolbar=no,menubar=no,dependent=yes,resizable=yes,scrollbars=yes");
	/*window.open('downloads_wallpaper_popup.php?wallpaper_id=' + wallpaper_id + '&size=' + width + 'x' + height, 'Wallpaper', "width=800,height=600,left=0,top=0,status=no,toolbar=no,menubar=no,dependent=yes,resizable=yes,scrollbars=yes");*/
}
