function OpenWindow(url, name, height, scroll)
{
var newWin = window.open(url,name,"toolbars=no,left=40,top=80,location=0,directories=0,status=no,menubars=0,resizable=yes,copyhistory=0,width=440" + ",height=" + height +",scrollbars=" + scroll );
}