function opennewwin(the_file, name, height, width)
{
window.open(the_file, name, "toolbar=no,location=no,directories=no,status=no,menubar=no,scollbar=no,resizeable=no,copyhistory=yes, width=" + width + ",height=" + height)
}


