function newwin(file) {
window.open(file,"","width=510,height=440,resizable=no");
}
function newwin_y(file) {
window.open(file,"","width=520,height=570,resizable=no");
}
