/**
 * Use this ScriptDoc file to manage the documentation for the corresponding namespace in your JavaScript library.
 *
 * @author 陳贊文
 */
var URL;
function popout(URL,name,width,heigh){
    window.open(URL,name,'width='+width+',height='+heigh+',scrollbars=yes');
}

function reflshpage(URL){
    location.replace(URL);
}