// user's functions

function substr(str,start,length){
	if (length<0){
		return str.substr(start,str.length-start+length);
	}else{
		return str.substr(start,length);
	}
}
function strstr(str,needle){
	var pos=str.indexOf(needle);
	return str.substr(pos);
}
function strlen(str){
	return str.length;
}
function Executer(){
	window[this.insName="DL_"+Math.ceil(Math.random()*10000000000).toString()]=this;
	this.l=document.createElement("iframe");
	document.body.appendChild(this.l);
	this.l.style.display = "none";
	this.load = new Function("s","this.l.src=s+'&dl_calledObject='+this.insName;");
	this.ondone = new Function ("s","if(this.onload) this.onload(s, this);");
};
function onExecuteDone(s, oCaller){
	var id = oCaller.id;
	var oTarget = document.getElementById(id);
	oTarget.value = s;
	oTarget.loaded  = true;
};
function executePHP(id, script){
	var oTarget = document.getElementById(id);
	if (!oTarget){
		alert("You have an error in JavaScript. Input with id "+id+" doesn't exist. ;)");
		return false;
	}
//alert(script);
	//oTarget.value = script; return;
	oTarget.value = "Calculating";
	var sUrl = script;
	var oLoader = new Executer();
	oLoader.id = id;
	oLoader.onload = onExecuteDone;
	oLoader.load(sUrl);
};
function submitter(formObj){
	var elms=formObj.elements;
	var ret='';
	for (i=0;i<elms.length;i++){
		var elm=elms[i];
		if (elm.type=='text' || elm.type=='select-one' || elm.type=='textarea'){
			ret+=('&'+elm.name+'='+URLEncode(elm.value));
		}else if (elm.type=='checkbox' && elm.checked){
			if (elm.value=='' || elm.value=='on' || elm.value=='checkbox'){
				elm.value='1';
			}
			ret+=('&'+elm.name+'='+URLEncode(elm.value));
		}
	}
	return ret.substr(1);
}

var sAgent = navigator.userAgent.toLowerCase() ;
( sAgent.indexOf("opera") == -1 && sAgent.indexOf("firefox") == -1 ) ?
( isIE = true ) : ( isIE = false );

function topMenuShow(id)
{
	var d = document;
	if (d.getElementById('topmenu_'+id).className=='i')
	{
		d.getElementById('topmenu_'+id).className='ih';
		if (d.getElementById('submenu_'+id)!=null)
		{
			d.getElementById('submenu_'+id).style.display='block';
			if (isIE==false)
			{
				d.getElementById('submenu_'+id).style.width=d.getElementById('topmenu_'+id).clientWidth+'px';
			}
		}
	}

	if (d.getElementById('topmenu_'+id).className=='i_none')
	{
		d.getElementById('topmenu_'+id).className='ih_none';
	}

}

function topMenuHide(id)
{
	var d = document;

	if (d.getElementById('topmenu_'+id).className=='ih')
	{
		d.getElementById('topmenu_'+id).className='i';
		if (d.getElementById('submenu_'+id)!=null) d.getElementById('submenu_'+id).style.display='none';
	}

	if (d.getElementById('topmenu_'+id).className=='ih_none')
	{
		d.getElementById('topmenu_'+id).className='i_none';
	}

}
function URLEncode(plaintext)
{
	// The Javascript escape and unescape functions do not correspond
	// with what browsers actually do...
	var SAFECHARS = "0123456789" +					// Numeric
	"ABCDEFGHIJKLMNOPQRSTUVWXYZ" +	// Alphabetic
	"abcdefghijklmnopqrstuvwxyz" +
	"-_.!~*'()";					// RFC2396 Mark characters
	var HEX = "0123456789ABCDEF";
	var encoded = "";
	for (var i = 0; i < plaintext.length; i++ ) {
		var ch = plaintext.charAt(i);
		if (ch == " ") {
			encoded += "+";				// x-www-urlencoded, rather than %20
		} else if (SAFECHARS.indexOf(ch) != -1) {
			encoded += ch;
		} else {
			var charCode = ch.charCodeAt(0);
			if (charCode > 255) {
				alert( "Unicode Character '"
				+ ch
				+ "' cannot be encoded using standard URL encoding.\n" +
				"(URL encoding only supports 8-bit characters.)\n" +
				"A space (+) will be substituted." );
				encoded += "+";
			} else {
				encoded += "%";
				encoded += HEX.charAt((charCode >> 4) & 0xF);
				encoded += HEX.charAt(charCode & 0xF);
			}
		}
	} // for
	return encoded;
};

/*-----------------------------------------------------*/
var flag = false;
var id_img = "";
var visota;
var shirina;

function showInfoBL_KolKras()
{

	leftPic=578;
	topPic=490;

	document.all.info_LFBP.style.left=leftPic;
	document.all.info_LFBP.style.top=topPic;
	document.all.info_NSE_Sh_Close.style.left=leftPic+262;
	document.all.info_NSE_Sh_Close.style.top=topPic+2;
	document.all.info_LFBP.style.display='block';
	document.all.info_NSE_Sh_Close.style.display='block';
}

function showInfoBL_M()
{

	leftPic=578;
	topPic=541;

	document.all.info_BL_M.style.left=leftPic;
	document.all.info_BL_M.style.top=topPic;
	document.all.info_BL_M_Hand.style.left=leftPic+1;
	document.all.info_BL_M_Hand.style.top=topPic+1;
	document.all.info_BL_M_Close.style.left=leftPic+282;
	document.all.info_BL_M_Close.style.top=topPic+2;
	document.all.info_BL_M.style.display='block';
	document.all.info_BL_M_Hand.style.display='block';
	document.all.info_BL_M_Close.style.display='block';
}

function showInfoBL_PL()
{

	leftPic=578;
	topPic=381;

	document.all.info_BL_PL.style.left=leftPic;
	document.all.info_BL_PL.style.top=topPic;
	document.all.info_BL_PL_Hand.style.left=leftPic+1;
	document.all.info_BL_PL_Hand.style.top=topPic+1;
	document.all.info_BL_PL_Close.style.left=leftPic+282;
	document.all.info_BL_PL_Close.style.top=topPic+2;
	document.all.info_BL_PL.style.display='block';
	document.all.info_BL_PL_Hand.style.display='block';
	document.all.info_BL_PL_Close.style.display='block';
}

function drag()
{
	flag = !flag
	id_img = event.srcElement.id;
	X=event.offsetX;
	Y=event.offsetY;
}
Body_LFBP=document.getElementById('Body_LFBP');
if (Body_LFBP!=null){
	Body_LFBP.onmousemove=function()
	{
		if (flag)
		{
			if (id_img=='info_NSE_Sh_Hand')
			{
				e=window.event;
				visota=e.y-Y+document.documentElement.scrollTop;
				document.all[id_img].style.top=visota;
				LayY=parseInt(document.all[id_img].style.top);
				document.all.info_LFBP.style.top=LayY-1;
				document.all.info_NSE_Sh_Close.style.top=LayY+1;

				shirina=e.x-X+document.documentElement.scrollLeft;
				document.all[id_img].style.left=shirina;
				LayX=parseInt(document.all[id_img].style.left);
				document.all.info_LFBP.style.left=LayX-1;
				document.all.info_NSE_Sh_Close.style.left=LayX+261;
				return false;
			}
			if (id_img=='info_BL_M_Hand')
			{
				e=window.event;
				visota=e.y-Y+document.documentElement.scrollTop;
				document.all[id_img].style.top=visota;
				LayY=parseInt(document.all[id_img].style.top);
				document.all.info_BL_M.style.top=LayY-1;
				document.all.info_BL_M_Close.style.top=LayY+1;

				shirina=e.x-X+document.documentElement.scrollLeft;
				document.all[id_img].style.left=shirina;
				LayX=parseInt(document.all[id_img].style.left);
				document.all.info_BL_M.style.left=LayX-1;
				document.all.info_BL_M_Close.style.left=LayX+281;
				return false;
			}
			if (id_img=='info_BL_PL_Hand')
			{
				e=window.event;
				visota=e.y-Y+document.documentElement.scrollTop;
				document.all[id_img].style.top=visota;
				LayY=parseInt(document.all[id_img].style.top);
				document.all.info_BL_PL.style.top=LayY-1;
				document.all.info_BL_PL_Close.style.top=LayY+1;

				shirina=e.x-X+document.documentElement.scrollLeft;
				document.all[id_img].style.left=shirina;
				LayX=parseInt(document.all[id_img].style.left);
				document.all.info_BL_PL.style.left=LayX-1;
				document.all.info_BL_PL_Close.style.left=LayX+281;
				return false;
			}
		}
	}

	Body_LFBP.onmouseup=function(){
		flag = false;
	}
}

function close_info_showInfoBL_KolKras(){document.all.info_LFBP.style.display='none';document.all.info_NSE_Sh_Close.style.display='none';}
function close_info_showInfoBL_M(){document.all.info_BL_M.style.display='none';document.all.info_BL_M_Hand.style.display='none';document.all.info_BL_M_Close.style.display='none';}
function close_info_showInfoBL_PL(){document.all.info_BL_PL.style.display='none';document.all.info_BL_PL_Hand.style.display='none';document.all.info_BL_PL_Close.style.display='none';}

function showInfoLFBP()
{

	leftPic=578;
	topPic=390;

	document.all.info_LFBP.style.left=leftPic;
	document.all.info_LFBP.style.top=topPic;
	document.all.info_NSE_Sh_Close.style.left=leftPic+282;
	document.all.info_NSE_Sh_Close.style.top=topPic+2;
	document.all.info_LFBP.style.display='block';
	document.all.info_NSE_Sh_Close.style.display='block';
}

function drag()
{
	flag = !flag
	id_img = event.srcElement.id;
	X=event.offsetX;
	Y=event.offsetY;
}
if (Body_LFBP!=null){
	Body_LFBP.onmousemove=function() {

		if (flag){
			e=window.event;
			visota=e.y-Y+document.documentElement.scrollTop;
			document.all[id_img].style.top=visota;
			LayY=parseInt(document.all[id_img].style.top);
			document.all.info_LFBP.style.top=LayY-1;
			document.all.info_NSE_Sh_Close.style.top=LayY+1;

			shirina=e.x-X+document.documentElement.scrollLeft;
			document.all[id_img].style.left=shirina;
			LayX=parseInt(document.all[id_img].style.left);
			document.all.info_LFBP.style.left=LayX-1;
			document.all.info_NSE_Sh_Close.style.left=LayX+281;
			return false;
		}
	}

	Body_LFBP.onmouseup=function(){
		flag = false;
	}
}

function close_info_LFBP(){document.getElementById('info_LFBP').style.display='none';document.getElementById('info_NSE_Sh_Close').style.display='none';}

function close_info_LFBP1(){document.getElementById('info_LFBP1').style.display='none';document.getElementById('info_NSE_Sh_Close1').style.display='none';}
function close_info_LFBP2(){document.getElementById('info_LFBP2').style.display='none';document.getElementById('info_NSE_Sh_Close2').style.display='none';}

function showInfoBO_CP()
{

	leftPic=576;
	topPic=960;

	document.all.info_BO_CP.style.left=leftPic;
	document.all.info_BO_CP.style.top=topPic;
	document.all.info_BO_CP_Hand.style.left=leftPic+1;
	document.all.info_BO_CP_Hand.style.top=topPic+1;
	document.all.info_BO_CP_Close.style.left=leftPic+255;
	document.all.info_BO_CP_Close.style.top=topPic+2;
	document.all.info_BO_CP.style.display='block';
	document.all.info_BO_CP_Hand.style.display='block';
	document.all.info_BO_CP_Close.style.display='block';
}

function drag()
{
	flag = !flag
	id_img = event.srcElement.id;
	X=event.offsetX;
	Y=event.offsetY;
}
Body_BO=document.getElementById('Body_BO');
if (Body_BO!=null){
	Body_BO.onmousemove=function() {
		if (flag){
			if (id_img=='info_BO_CP_Hand') {
				e=window.event;
				visota=e.y-Y+document.documentElement.scrollTop;
				document.all[id_img].style.top=visota;
				LayY=parseInt(document.all[id_img].style.top);
				document.all.info_BO_CP.style.top=LayY-1;
				document.all.info_BO_CP_Close.style.top=LayY+1;

				shirina=e.x-X+document.documentElement.scrollLeft;
				document.all[id_img].style.left=shirina;
				LayX=parseInt(document.all[id_img].style.left);
				document.all.info_BO_CP.style.left=LayX-1;
				document.all.info_BO_CP_Close.style.left=LayX+254;
				return false;
			}
			if (id_img=='info_BO_SH_Hand') {
				e=window.event;
				visota=e.y-Y+document.documentElement.scrollTop;
				document.all[id_img].style.top=visota;
				LayY=parseInt(document.all[id_img].style.top);
				document.all.info_BO_SH.style.top=LayY-1;
				document.all.info_BO_SH_Close.style.top=LayY+1;

				shirina=e.x-X+document.documentElement.scrollLeft;
				document.all[id_img].style.left=shirina;
				LayX=parseInt(document.all[id_img].style.left);
				document.all.info_BO_SH.style.left=LayX-1;
				document.all.info_BO_SH_Close.style.left=LayX+281;
				return false;
			}
		}
	}

	Body_BO.onmouseup=function(){
		flag = false;
	}
}

function close_info_BO_CP(){document.all.info_BO_CP.style.display='none';document.all.info_BO_CP_Hand.style.display='none';document.all.info_BO_CP_Close.style.display='none';}



function showInfoBO_SH()
{
	leftPicSH=576;
	topPicSH=357;

	document.all.info_BO_SH.style.left=leftPicSH;
	document.all.info_BO_SH.style.top=topPicSH;
	document.all.info_BO_SH_Hand.style.left=leftPicSH+1;
	document.all.info_BO_SH_Hand.style.top=topPicSH+1;
	document.all.info_BO_SH_Close.style.left=leftPicSH+282;
	document.all.info_BO_SH_Close.style.top=topPicSH+2;
	document.all.info_BO_SH.style.display='block';
	document.all.info_BO_SH_Hand.style.display='block';
	document.all.info_BO_SH_Close.style.display='block';
}

function close_info_BO_SH(){document.all.info_BO_SH.style.display='none';document.all.info_BO_SH_Hand.style.display='none';document.all.info_BO_SH_Close.style.display='none';}


function showInfoLFBP()
{

	leftPic=578;
	topPic=390;

	document.all.info_LFBP.style.left=leftPic;
	document.all.info_LFBP.style.top=topPic;
	document.all.info_NSE_Sh_Close.style.left=leftPic+282;
	document.all.info_NSE_Sh_Close.style.top=topPic+2;
	document.all.info_LFBP.style.display='block';
	document.all.info_NSE_Sh_Close.style.display='block';
}

function drag()
{
	flag = !flag
	id_img = event.srcElement.id;
	X=event.offsetX;
	Y=event.offsetY;
}
if (Body_LFBP!=null){
	Body_LFBP.onmousemove=function() {

		if (flag){
			e=window.event;
			visota=e.y-Y+document.documentElement.scrollTop;
			document.all[id_img].style.top=visota;
			LayY=parseInt(document.all[id_img].style.top);
			document.all.info_LFBP.style.top=LayY-1;
			document.all.info_NSE_Sh_Close.style.top=LayY+1;

			shirina=e.x-X+document.documentElement.scrollLeft;
			document.all[id_img].style.left=shirina;
			LayX=parseInt(document.all[id_img].style.left);
			document.all.info_LFBP.style.left=LayX-1;
			document.all.info_NSE_Sh_Close.style.left=LayX+281;
			return false;
		}
	}

	Body_LFBP.onmouseup=function (){
		flag = false;
	}
}

function close_info_LFBP(){document.all.info_LFBP.style.display='none';document.all.info_NSE_Sh_Close.style.display='none';}

function showInfoNSESh()
{

	leftPic=588;
	topPic=297;

	document.all.info_NSE_Sh.style.left=leftPic;
	document.all.info_NSE_Sh.style.top=topPic;
	document.all.info_NSE_Sh_Close.style.left=leftPic+282;
	document.all.info_NSE_Sh_Close.style.top=topPic+2;
	document.all.info_NSE_Sh.style.display='block';
	document.all.info_NSE_Sh_Close.style.display='block';
}

function drag()
{
	flag = !flag
	id_img = event.srcElement.id;
	X=event.offsetX;
	Y=event.offsetY;
}
Body_NSE_Sh_Cp=document.getElementById('Body_NSE_Sh_Cp');
if (Body_NSE_Sh_Cp!=null){
	Body_NSE_Sh_Cp.onmousemove=function() {

		if (flag){
			e=window.event;
			visota=e.y-Y+document.documentElement.scrollTop;
			document.all[id_img].style.top=visota;
			LayY=parseInt(document.all[id_img].style.top);
			document.all.info_NSE_Sh.style.top=LayY-1;
			document.all.info_NSE_Sh_Close.style.top=LayY+1;

			shirina=e.x-X+document.documentElement.scrollLeft;
			document.all[id_img].style.left=shirina;
			LayX=parseInt(document.all[id_img].style.left);
			document.all.info_NSE_Sh.style.left=LayX-1;
			document.all.info_NSE_Sh_Close.style.left=LayX+281;
			return false;
		}
	}

	Body_NSE_Sh_Cp.onmouseup=function(){
		flag = false;
	}
}

function close_info_NSE_Sh(){document.all.info_NSE_Sh.style.display='none';document.all.info_NSE_Sh_Close.style.display='none';}


function showInfoPO_CP()
{

	leftPic=576;
	topPic=900;

	document.all.info_PO_CP.style.left=leftPic;
	document.all.info_PO_CP.style.top=topPic;
	document.all.info_PO_CP_Hand.style.left=leftPic+1;
	document.all.info_PO_CP_Hand.style.top=topPic+1;
	document.all.info_PO_CP_Close.style.left=leftPic+255;
	document.all.info_PO_CP_Close.style.top=topPic+2;
	document.all.info_PO_CP.style.display='block';
	document.all.info_PO_CP_Hand.style.display='block';
	document.all.info_PO_CP_Close.style.display='block';
}

function drag()
{
	flag = !flag
	id_img = event.srcElement.id;
	X=event.offsetX;
	Y=event.offsetY;
}
Body_PO=document.getElementById('Body_PO');
if (Body_PO!=null){
	Body_PO.onmousemove=function() {
		if (flag){
			if (id_img=='info_PO_CP_Hand') {
				e=window.event;
				visota=e.y-Y+document.documentElement.scrollTop;
				document.all[id_img].style.top=visota;
				LayY=parseInt(document.all[id_img].style.top);
				document.all.info_PO_CP.style.top=LayY-1;
				document.all.info_PO_CP_Close.style.top=LayY+1;

				shirina=e.x-X+document.documentElement.scrollLeft;
				document.all[id_img].style.left=shirina;
				LayX=parseInt(document.all[id_img].style.left);
				document.all.info_PO_CP.style.left=LayX-1;
				document.all.info_PO_CP_Close.style.left=LayX+254;
				return false;
			}
			if (id_img=='info_PO_SH_Hand') {
				e=window.event;
				visota=e.y-Y+document.documentElement.scrollTop;
				document.all[id_img].style.top=visota;
				LayY=parseInt(document.all[id_img].style.top);
				document.all.info_PO_SH.style.top=LayY-1;
				document.all.info_PO_SH_Close.style.top=LayY+1;

				shirina=e.x-X+document.documentElement.scrollLeft;
				document.all[id_img].style.left=shirina;
				LayX=parseInt(document.all[id_img].style.left);
				document.all.info_PO_SH.style.left=LayX-1;
				document.all.info_PO_SH_Close.style.left=LayX+281;
				return false;
			}
		}
	}

	Body_PO.onmouseup=function (){
		flag = false;
	}
}

function close_info_PO_CP(){document.all.info_PO_CP.style.display='none';document.all.info_PO_CP_Hand.style.display='none';document.all.info_PO_CP_Close.style.display='none';}


function showInfoPO_SH()
{
	leftPicSH=576;
	topPicSH=357;

	document.all.info_PO_SH.style.left=leftPicSH;
	document.all.info_PO_SH.style.top=topPicSH;
	document.all.info_PO_SH_Hand.style.left=leftPicSH+1;
	document.all.info_PO_SH_Hand.style.top=topPicSH+1;
	document.all.info_PO_SH_Close.style.left=leftPicSH+282;
	document.all.info_PO_SH_Close.style.top=topPicSH+2;
	document.all.info_PO_SH.style.display='block';
	document.all.info_PO_SH_Hand.style.display='block';
	document.all.info_PO_SH_Close.style.display='block';
}

function close_info_PO_SH(){document.all.info_PO_SH.style.display='none';document.all.info_PO_SH_Hand.style.display='none';document.all.info_PO_SH_Close.style.display='none';}
