function makeNew(file)
{

var picturePath = "large/" + file;

opener = window.open(picturePath,'blank','width=400,height=400,left=100,top=100,scrollbars=1');
opener.focus();

}