




// *************************************************************************************
// -------------------------------------------------------------------------------------
// -------------------------------------------------------------------------------------
// *************************************************************************************


// -------------------------------------------------------------------------------------
// 
// -------------------------------------------------------------------------------------
function OpenQLB()
{
	//window.open("p_pictures.php4?f_nID="+nIDBilder+"&f_cSize="+cSize, "sf_p_picture","width=700,height=650,resizable=yes,scrollbars=no");
	win = window.open("mb_popup.php4","PopupQLB", "width=150,height=500,resizable=yes,scrollbars=no");
	//window.open("p_pictures.php4?f_nID="+nIDBilder+"&f_cSize="+cSize, "sf_p_picture","width="+g_PicBoxSizeN[0]+",height="+g_PicBoxSizeN[1]+",resizable=yes,scrollbars=auto");
	win.moveTo(0,100);
	win.focus(true);

}


function OpenPopFS(nNum)
{
	
	var strNewParams;
	strNewParams = "?POID=" + nNum + "&LID=" + strLID + "&NVT=" + strNVT + "&NVL=" + strNVL;
	if (nNum == 9) {
		strNewParams = strNewParams + "&" + strSVN + "=" + strSID;
	}
	if (1) {
		window.open("mb_popfs.php4" + strNewParams,"PopFS"+nNum, "width=500,height=400,resizable=yes,scrollbars=yes");
	} else {
		window.open("mb_popfs.php4" + strNewParams,"PopFS"+nNum);
	}
}


/*
function CLTouch(nID)
{
	var strName;
	var nMX = window.event.clientX;
	var nMY = window.event.clientY;
	
	//window.defaultStatus = "touch";
	if(document.getElementById) {
		document.getElementById("999").style.visibility = "visible";
		
		
		document.getElementById("999").style.left = nMX;
		document.getElementById("999").style.top = nMY;
		document.getElementById("999").style.position = "absolute";

		strName = document.getElementById(nID).name;
		//alert("Name: " + strName);
		
		
		
		//alert("x: " + nMX + " - y: " + nMY);


		for(var i=0; i < document.links.length; ++i) {
			if (document.links[i].name == strName) {
				//alert("x: " + document.links[i].x + " - y: " + document.links[i].y);
			
			}
		}

//document.write("<br>" + document.links[i]);

	}
	
	if(document.getElementById) {
		//alert (document.getElementById(nID).style.left);
		
		//alert (document.getElementById(nID).style.left);
		
		//alert (document.getElementById(nID).style.getAttribute("left", "false"));
		//alert (document.getElementById(nID).x);
	}
	
}

function CLLeave(nID)
{
	//window.defaultStatus = "Leave";
	if(document.getElementById) {
		document.getElementById("999").style.visibility = "hidden";
	}
}
*/

