﻿function openImage(url) { window.open(url, 'detail', location=0,status=1,scrollbars=1,width=780,height=580); }
function openPop(u) { window.open(u, 'popup','width=100,height=100,left=50,top=50,toolbar=0,location=0,scrollbars=1,status=0,resizable=0,fullscreen=0'); }
