function openWinLT(img,w,h,l,t){
	newWin=open(img,"window_1","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=no,resizable=no,width=" + w + ",height=" + h + ",left=" + l + ",top=" + t);
}
