// 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;
	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_openBrWindowType(Bild) {
	var Weite =420;
	var Hoehe =285;
    var Links = 100;
    //var Oben = (screen.height-Hoehe)-100;
	var Oben = 40;
	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='testDB.php?img='+Bild+"&Auswahl=43";
	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_strictSwapImg(IDname,imgName,imgPath) {
//document.getElementById(IDname).src = "../layout/siteDesign/"+imgPath+"/"+imgName
document.getElementById(IDname).src = "http://www.sunas.de/sunas/layout/siteDesign/"+imgPath+"/"+imgName
}
function sun_strictSwapImgBack(IDname,imgName,imgPath) {
//document.getElementById(IDname).src = "../layout/siteDesign/"+imgPath+"/"+imgName
document.getElementById(IDname).src = "http://www.sunas.de/sunas/layout/siteDesign/"+imgPath+"/"+imgName
}

function sun_writeWithFlashFromXML(Ordner) {
	Ordner=Ordner;
	var theURL='swfSlideshow.php?Ordner='+Ordner;
	document.getElementById('slideShowFrame').src = theURL;
}