// JavaScript Document
function change(win) {
window.open(win,"newwin","scrollbars=yes,width=600,height=480")
}