
function pixPopUp(sPath,aPath,aTitle)
{
	if(aTitle == null || aTitle == "")
		aTitle = "Detailansicht";
	var s = window.open(sPath + '/openmedia/data/custom/pix_preview.htm?client_request_imgPath=' + aPath + '&client_request_popupTitle=' + aTitle,'pop','status=1,toolbars=0,scrollbars=0,resizable=1,width=550,height=405,top=200,left=200,locationbar=1')
}
function locationPopUp(sPath,aOID)
{
	var s = window.open(sPath + 'navigation/top_nav_items/preview.htm?client_request_contentOID' + aOID,'pop','status=1,toolbars=0,scrollbars=0,resizable=1,width=550,height=370,top=200,left=200,locationbar=1')
}
function greetingPixPopUp(sPath,aOID)
{
	var s = window.open(sPath + '/openmedia/data/custom/pix_preview.htm?view_BXMediaOne_OID=' + aOID + '&client_request_showText=true','pop','status=1,toolbars=0,scrollbars=0,resizable=1,width=550,height=420,top=200,left=200,locationbar=1')
}
function changeFocus(aElementToFocus) 
{
	document.getElementById(aElementToFocus).focus();
}
