// JavaScript Document
function thisMovie(name)
{
	if (navigator.appName.indexOf("Microsoft") != -1){
	return window[name]
}
	else{
	return document[name]
}
}

function DatenanFlashsenden(pageflipseite)
{
	//var txt = pageflipseite;
	document.getElementById("book").pageflip(pageflipseite);
}
/*function activeLogo (logo)
{
	if(currentLogo)document.getElementById(currentLogo).style.opacity = 0.3;
	if(currentLogo)document.getElementById(currentLogo).style.filter = "alpha(opacity=30)";
	
	document.getElementById(logo).style.opacity = 0.3;
	document.getElementById(logo).style.filter = "alpha(opacity=30)";
	currentLogo = logo;
	
	//window.alert("logo-"+logo);
	//document.getElementById("ausgabe").innerHTML = logo; 
}*/
function showThumb (logo,position)
{
	document.getElementById(logo).style.backgroundPosition = position;
}

/*function showMarke (logo,alpha_ff,alpha_ie)
{
	document.getElementById(logo).style.opacity = alpha_ff;
	document.getElementById(logo).style.filter = "alpha(opacity="+(alpha_ie)+")";
}*/

function showOverlay(div, status)
{
	document.getElementById(div).style.visibiliy=status;
}


function showDiv(div, status)
{
	document.getElementById(div).style.display=status;
}

function resizeIframe(iframe, widthOrHeight,value)
{
	document.getElementById(iframe).style.width=value+'px';
	
	//document.write (iframe +", "+value);
}




function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}
function winopen(url,fenstername,breite,hoehe) {
	
	
	
      window.open(
				  url,
				  fenstername,
				  "width = "+breite+",height ="+hoehe+"status = no,toolbar = no,menubar = no,location = no,resizable = no,titlebar = no ,scrollbars = yes,fullscreen =no");
} 

