<!--
function win() {
msg=window.open("weg.html","","height=280,width=280,left=80,top=80");


// If you just want to open an existing HTML page in the 
// new window, you can replace win()'s coding above with:
// window.open("page.html","","height=270,width=270,left=80,top=80");

}
//-->