function openpopup(popurl, width, height){
	var winpops=window.open(popurl,"","width=" + width + ",height=" + height + ",scrollbars,resizable")
}

function ss(game, image) {
	var pop = openpopup('/screenshots.php?g='+game+'&id='+image, 1024, 768);
}