function newWindow()
{
MyWin = window.open("info.html","Win","height=230,width=320 toolbar=0, location=0, status=0, menubar=0, scrollbars=1, resizable=1" );
}
