function ShowInfo(name) 
{
InfoWin = window.open(name,"Info","width=300,height=150,resizable=yes,scrollbars"); 
} 
