function openSS(img)
{
	// open in a new browser window
	myImage = window.open("/common/display.php?tmpl=scrshots&title=Screenshot&img=" + img, 'image','resizable=yes, location=no, toolbar=no, status=no, directories=no, scrollbars=no, width=640, height=480, top=0, left=0, screenX=0, screenY=0');
}
