// JavaScript Document
function out()
{
	MyWindow = window.open('content/calculator/calculator.php','калькулятор','width = 350 , height = 350');
}


