function ShowNewPage(url) {    
window.open(url,"ShowNewPage",'directories=0,fullscreen=0,location=0, menubar=0,resizable=1,scrollbars=1,status=0,toolbar=0,width=720,height=540');
}

function ShowNewPage2(url) {    
window.open(url,"ShowNewPage2",'directories=0,fullscreen=0,location=0, menubar=0,resizable=1,scrollbars=1,status=0,toolbar=0,width=714,height=540');
}

//以下打开留言栏
function ShowGbook(url) {    
window.open(url,"ShowGbook",'directories=0,fullscreen=0,location=0, menubar=0,resizable=0,scrollbars=0,status=0,toolbar=0,width=254,height=174');
}
//以上打开留言栏