// â û â î ä è ò   ï î ÿ ñ í å í è ÿ   ï ð î   ç â å ç ä î ÷ ê è
function explain() {
	x=400;
	y=260;
	str="toolbar=0,width="+x+",height="+y+", resizeable=0, scrollbars=0,status=1";
	var her=window.open("","explain",str);
	her.location='/archives/views/about.html';
	her.focus();
}

// â û â î ä è ò   è í ô î ð ì à ö è þ   î  þ ç å ð å
function aboutorg(num) {
	x=500;
	y=350;
	str="scrollbars=yes,toolbar=no,width="+x+",height="+y+",resizeable=no,status=1";
	var orgher=window.open("","aboutorg",str);
	orgher.focus();
    orgher.location='/author/'+num+'/';
}

// î ò î á ð à æ à å ò   ê à ë ü ê ó ë ÿ ò î ð
function OpenCalc()
{
	var width=300;
	var height=201;
	
	var user_agent = navigator.userAgent.toLowerCase();
	if (user_agent.indexOf('chrome') > -1) {
	      width = 331;
	      height=296;
	} else if(user_agent.indexOf('firefox') > -1) {
//		height=215;
	} else if(user_agent.indexOf('opera') > -1) {
		height=215;
	}
	
	window.open('/calc/calendar.php?num='+ '1' +"&days="+""+"&cost="+""+"&yield="+""+"&schem="+""+"&v="+"", 
				'_blank' ,
				"width="+width+", height="+height+", scrollbars=no, location=no, status=no, resizable=yes");
	return false;
}
