function owa(file)
{
	window.open(file,"box","toolbar=0,menubar=0,status=0,scrollbars=0,resizable=No,height=480,width=510,top=10,left=10");	
}
