﻿function fullSize(prod,img){
   var fullSizeImg=window.open("ScreenShot.asp?p="+prod+"&s="+img,"ScreenShots","directories=0,menubar=0,scrollbars=0,titlebar=0,toolbar=0,loaction=0,status=1,top="+((screen.height/2)-250)+",left="+((screen.width/2)-400));
   fullSizeImg.focus();
}