function open_win() 
{
	window.open("fullCalc.htm", "Calc", 'width=400,height=400,status=yes,toolbar=no,scrollbars=no, ')
}

