function openImg(file)
{
	var win;
	win = window.open(file,'zoom','scrollbars=yes,resizable=yes,width=600,height=600');
	win.focus();
}

