function opensmallwindow(file)
{
awindow = window.open(file,"thewindow1","width=450,height=500,top=0,left=0,status=yes,resizable=yes,scrollbars=yes");
}



