// JavaScript Document
function sun_openBrWindow(Bild) {
	var Weite =420;
	var Hoehe =285;
    var Links = 100;
    //var Oben = (screen.height-Hoehe)-100;
	var Oben = 40;
	//var theURL='projects/popup.php?img='+Bild;
	var theURL='popup.php?img='+Bild;
	sunwin=window.open(theURL,"sun",',left='+Links+',top='+Oben+',width='+Weite+',height='+Hoehe);

	if(sunwin.closed){ 
		sunwin=window.open(theURL,"sun",',left='+Links+',top='+Oben+',width='+Weite+',height='+Hoehe);
		}
	else{
		setTimeout('sunwin.focus();',200);
		sunwin=window.open(theURL,"sun",',left='+Links+',top='+Oben+',width='+Weite+',height='+Hoehe);
		}
}
function sun_openSliderWindow(Bild) {
	var Weite =505;
	var Hoehe =370;
    var Links = 100;
    //var Oben = (screen.height-Hoehe)-100;
	var Oben = 40;
	var theURL='Leistungen/prototype_Carousel/index.php?img='+Bild;
	sunSliderWin=window.open(theURL,"sunSlider",',left='+Links+',top='+Oben+',width='+Weite+',height='+Hoehe);

	if(sunSliderWin.closed){ 
		sunSliderWin=window.open(theURL,"sunSlider",',left='+Links+',top='+Oben+',width='+Weite+',height='+Hoehe);
		}
	else{
		setTimeout('sunSliderWin.focus();',200);
		sunSliderWin=window.open(theURL,"sunSlider",',left='+Links+',top='+Oben+',width='+Weite+',height='+Hoehe);
		}
}
function sun_writeWithFlashFromXML(Ordner) {
	Ordner=Ordner;
	var theURL='swfSlideshow.php?Ordner='+Ordner;
	document.getElementById('slideShowFrame').src = theURL;
	//document.writeln('<iframe id="slideShowFrame" name="slideShowFrame" src='+theURL+' width="800" height="700" ></iframe>');
	//document.slideShowFrame.location.href=theURL;
}
//sun_writeWithFlashFromXML("flora");
//<iframe height="600" width="800" src="../gomera/aguloHermigua/index.html" name="slideShowFrame" id="slideShowFrame" scrolling="no">
/*window.frames[iframeName].location = url;
document.getElementById(iframeId).src = url;*/
