// JavaScript Document



function openWin(URL) {
aWindow = window.open(URL, "thewindow","width=400,height=480");
}

