function ImgWindow(winURL,winName,features) {
	var newWindow = window.open(winURL,winName,features);
	newWindow.focus();
}