function makeWin(file) 
{
	newWin = open(file,1,"scrollbars=yes,resizable=yes,status=no,height=635,width=700,toolbar=no,menubar=yes")
	
}