function view_img(img,type) {
	var Win1=window.open('','_blank',type);
	if (navigator.appVersion.charAt(0) >= 3 ) { Win1.focus() };
	Win1.document.clear();
	Win1.document.write("<html><head></head><title>ʐ^</title><head>");
	Win1.document.write("<body><form><center><img src="+img+"><BR><BR><input type=button value='' onClick='window.close()'></center></form></body></html>");
	Win1.document.close();
}
