/* dummy functions - temp */	
function	topNav_over(param)	{

}

function topNav_out(param)	{

}



<!--
   function printerFriendlyView()
   {
      document.styleSheets[0].href = "/NR/moffice2/css/print.css";
   }

   function normalView()
   {
      document.styleSheets[0].href = "/NR/moffice2/css/style.css";
   }
// -->

<!-- 

		function fnTop5ShowHide(targ) {  
			switch (targ) {  
				case "case1":        
					document.getElementById("topFiveFAQ").style.visibility = "visible";
					document.getElementById("topFiveHowTo").style.visibility = "hidden";
					document.getElementById("topFiveFAQ").style.display = "block";
					document.getElementById("topFiveHowTo").style.display = "none";
					document.getElementById("top5Case1").style.visibility = "visible";
					document.getElementById("top5Case1").style.display = "block";
					document.getElementById("top5Case2").style.visibility = "hidden";
					document.getElementById("top5Case2").style.display = "none";


					break;
				case "case2":
					document.getElementById("topFiveFAQ").style.visibility = "hidden";
					document.getElementById("topFiveHowTo").style.visibility = "visible";
					document.getElementById("topFiveHowTo").style.display = "block";
					document.getElementById("topFiveFAQ").style.display = "none";
					document.getElementById("top5Case1").style.visibility = "hidden";
					document.getElementById("top5Case1").style.display = "none";
					document.getElementById("top5Case2").style.visibility = "visible";
					document.getElementById("top5Case2").style.display = "block";
					break;
				default:
					document.getElementById("topFiveFAQ").style.visibility = "visible";
					document.getElementById("topFiveHowTo").style.visibility = "hidden";
					document.getElementById("topFiveFAQ").style.display = "block";
					document.getElementById("topFiveHowTo").style.display = "none";
					document.getElementById("top5Case1").style.visibility = "visible";
					document.getElementById("top5Case1").style.display = "block";
					document.getElementById("top5Case2").style.visibility = "hidden";
					document.getElementById("top5Case2").style.display = "none";
				}
		}


function openWin(url,x,y,width,height,id,i_status,i_scroll)
{
    var win_status="yes";
	var win_scroll="yes";
	if (i_status) { win_status=i_status; }
    if (i_scroll) { win_scroll=i_scroll; }
	winparams='toolbar=no,location=no,directories=no,menubar=no,status='+win_status+',';
	winparams+='scrollbars='+win_scroll+',resizable=yes';
	if (navigator.appName.indexOf("Microsoft")>=0)
	{
		winparams+=',left=' + x + ',top=' + y + ',width=' + width + ',height=' + height;
	}
	else
	{
		winparams+=',screenX=' + x + ',screenY=' + y + ',width=' + width + ',height=' + height;
	}
	if (id == '0')
		{
		popup=window.open(url,"vodafonepopup",winparams);
		}
	if (id == 'Druck')
		{
		popup=window.open(url,"Druckansicht",winparams);
		}
	if (id != 'Druck' && id != '0')
		{
		popup=window.open(url,"vodafonepopup"+ id,winparams);
		}
	popup.focus();
}





// -->
