
function subWindow(url){
        window.open(url,"_blank","width=500,height=500,scrollbars=1");
}
