function openimg(a){
	w1=window.open("", "", "width=550,height=280"); 
	w1.document.write("<html><head><title>Central Oil Feed</title></head><body><img src=" + a + " style='position:absolute;top:0;left:0' onclick='window.close();'></body></html>");
	}
