
/*----------------------------------------- Loader Functions ------------------------------------------------------------------*/

var platform;
var browser;
var version;
var adjWidth;
var adjHeight;
version = parseInt(navigator.appVersion);

if(navigator.userAgent.indexOf('Win') == -1) {
   platform = 'Macintosh';
} else {
   platform = 'Windows';
}
if(navigator.appName.indexOf('Netscape') == -1) {
   browser = 'IE';
} else {
   browser = 'Netscape';
}
function EnterSite() {
      	if((platform == 'Windows') && (browser == 'IE')) {
      	window.open("loader.htm","homepage","scrollbars=no,fullscreen=1,toolbar=no");
		//window.open("wedo_menue.htm","homepage","scrollbars=no,fullscreen=1,toolbar=no");
      	//window.open('test.htm',"","top=0,left=0,width=1024,height=768,directories=false,location=false,menubar=false,resizable=false,scrollbars=false,status=false,toolbar=false,fullscreen=yes");
      	//window.open('test.htm','Main', 'width=screen.availWidth,height=screen.availHeight,fullscreen=1, scrollbars=0,left='+(0)+',top='+(0));
      }
      else {
	if((platform == 'Macintosh') && (browser == 'Netscape')) {
		adjWidth = 20;
		adjHeight = 35;
	}
	if((platform == 'Windows') && (browser == 'Netscape')) {
		adjWidth = 12;
		adjHeight = 12;
	}
	if((platform == 'Macintosh') && (browser == 'IE')) {
		adjWidth = 20;
		adjHeight = 35;
		winOptions = 'fullscreen=yes';
	}
	if((platform == 'Macintosh') && (browser == 'IE')) {
		self.location.href = 'loader.htm';
		// self.location.href = 'wedo_menue.htm';
	}
	if(version < 4) {
		self.location.href = 'loader.htm';
		//self.location.href = 'wedo_menue.htm';
	} else {
		var winWidth = screen.availWidth - adjWidth;
		var winHeight = screen.availHeight - adjHeight;
		var winSize = 'width=' + winWidth + ',height=' + winHeight;
		var FlashhilfeWin = window.open('loader.htm', 'Intranet', winSize, "scrollbars=no,resizable=no,toolbar=no,menubar=no");
		//var FlashhilfeWin = window.open('wedo_menue.htm', 'Intranet', winSize, "scrollbars=no,resizable=no,toolbar=no,menubar=no");
		FlashhilfeWin.moveTo(0,0);
	}
      }
}

/*----------------------------------------- loader functions END ------------------------------------------------------------------*/

/*----------------------------------------- basic functions -----------------------------------------------------------------------*/

function MM_swapImgRestore() { //v3.0
	var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_preloadImages() { //v3.0
	var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
	var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
	if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}
function MM_findObj(n, d) { //v3.0
	  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
	  	d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);
	}
	if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
	for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document); return x;
}
function MM_swapImage() { //v3.0
	var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
	if ((x=MM_findObj(a[i]))!=null) {
		document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];
	}
}
function window_close() {
	var answer=confirm("Are you sure?")
	if (answer)
	window.close();
}

/*----------------------------------------- basic functions END -------------------------------------------------------------------*/
/*----------------------------------------- Start Menue functions -----------------------------------------------------------------


Netscape ohne Start-Men?. Mac ohne Men? und Intro.


-------------------------------------------------------------------------------------------------------------------------------------*/

var a=-190;
var b,breite,hoehe;
var a_api=340

function abfrage_ausfahren ()
{
	if(platform == 'Windows') {
		if (navigator.appName=='Netscape' && navigator.appVersion.charAt(0)=='4')
			{
				window.setTimeout ('bewegen_nc ()',0)
			}

		else <!--(navigator.appName=='Microsoft Internet Explorer' && navigator.appVersion.charAt(0)>='4')-->
			{
				window.setTimeout ('bewegen_ie_api ()',0);
				//window.setTimeout ('abfrage_einfahren()',8000);
			}
	}
	else {
		alert("mac");
	}
}

function bewegen_nc()
{
	breite=7;
	hoehe=window.innerHeight;
	b=hoehe+20;
	a+=10;
	if (a<(breite))
		{
			window.document.button.left=a;
			<!--window.document.button.top=20;-->
			window.setTimeout('bewegen_nc()',0);
		}
}
function bewegen_ie_api()
{
	a_api-=20;
	if (a_api>-10)
		{
			button.style.top=a_api;
			button.style.left=0;
			window.setTimeout('bewegen_ie_api()',0);
		}
}

function abfrage_einfahren ()
{
	if (navigator.appName=='Netscape' && navigator.appVersion.charAt(0)>='4')
		{
			window.setTimeout ('bewegen_einfahren_nc ()',0)
		}

	if (navigator.appName=='Microsoft Internet Explorer' && navigator.appVersion.charAt(0)>='4')
		{
			window.setTimeout ('bewegen_einfahren_ie_api ()',0);
		}
}

function bewegen_einfahren_nc()
{
	breite=-220;
	hoehe=window.innerHeight;
	b=hoehe+20;
	a-=10;
	if (a>(breite))
		{
			window.document.button.left=a;
			<!--window.document.button.top=20;-->
			window.setTimeout('bewegen_einfahren_nc()',0);
		}
}

function bewegen_einfahren_ie_api()
{
	a_api+=20;
	if (a_api<350)
		{
			button.style.top=a_api;
			window.setTimeout('bewegen_einfahren_ie_api()',0);
		}
}

/*-------------------------------------------------------------  BUTTON ANIMATION  --------------------------------------------------*/

function animate(onOrOff) {
	if (onOrOff == 1) {
		button.mouseIn = 1;
		timer = window.setTimeout("moveButton(1);", 0, "JavaScript");
	} else {
		button.mouseIn = 0;
		timer = window.setTimeout("moveButton(0);", 0, "JavaScript");
	}
}

function moveButton(onOrOff) {
	if (onOrOff == 1 && button.mouseIn == 1) {
		if (button.style.posLeft < 0) {
			button.style.posLeft = button.style.posLeft + 10;
			timer = window.setTimeout("moveButton(1);", 0, "JavaScript");
		}
	} else {
		if (button.mouseIn == 0 && button.style.posLeft > -180) {
			button.style.posLeft = button.style.posLeft - 10;
			timer = window.setTimeout("moveButton(0);", 0, "JavaScript");
		}
	}
}


/*----------------------------------------- Start Menue functions END --------------------------------------------------------------*/
/*----------------------------------------- Clock function  ------------------------------------------------------------------------*/

var clockid=new Array()
var clockidoutside=new Array()
var i_clock=-1
var thistime= new Date()
var hours=thistime.getHours()
var minutes=thistime.getMinutes()
var seconds=thistime.getSeconds()
if (eval(hours) <10) {hours="0"+hours}
if (eval(minutes) < 10) {minutes="0"+minutes}
if (seconds < 10) {seconds="0"+seconds}
var thistime = hours+":"+minutes+":"+seconds

function writeclock() {
	i_clock++
	if (document.all || document.getElementById || document.layers) {
		clockid[i_clock]="clock"+i_clock
		document.write("<font family=arial size=2><span id='"+clockid[i_clock]+"' style='position:relative'>"+thistime+"</span></font>")
	}
}

function clockon() {
	thistime= new Date()
	hours=thistime.getHours()
	minutes=thistime.getMinutes()
	seconds=thistime.getSeconds()
	if (eval(hours) <10) {hours="0"+hours}
	if (eval(minutes) < 10) {minutes="0"+minutes}
	if (seconds < 10) {seconds="0"+seconds}
	thistime = hours+":"+minutes+":"+seconds

	if (document.all) {
		for (i=0;i<=clockid.length-1;i++) {
			var thisclock=eval(clockid[i])
			thisclock.innerHTML=thistime
		}
	}

	if (document.getElementById) {
		for (i=0;i<=clockid.length-1;i++) {
			document.getElementById(clockid[i]).innerHTML=thistime
		}
	}
	var timer=setTimeout("clockon()",1000)
}
window.onload=clockon


/*----------------------------------------- clock function END  ------------------------------------------------ -------------------*/

/*----------------------------------------- internal popup function -------------------------------------------- -------------------*/


function schliessen()
{
  window.close();
}

function MM_reloadPage(init) { 					 //reloads the window if Nav4 resized
	  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
	    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
 	 else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}

function winopen() 
{
	var win_fenster = window.open("fenster.htm","fenster","width=720,height=510,top=50,left=250,toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=yes,dependent=no");
	return false;
}

function winopen_commun() 
{ 
	var win_wedo_communication = window.open("wedo_communication.htm","wedo_communication","width=720,height=510,top=50,left=250,toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=yes,dependent=no");
	return false;
}

function winopen_berlin() 
{
	var win_wedo_berlin = window.open("wedo_berlin.htm","wedo_berlin","width=720,height=510,top=200,left=220,toolbar=no,location=no,status=no,menubar=no,scrollbars=1,resizable=yes,dependent=no");
	return false;
}

function winopen_present() 
{
	var win_present_2 = window.open("present_2.htm","present_2","width=720,height=510,top=100,left=280,toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=yes,dependent=no");
	return false;
}
function winopen_present_2() 
{
	schliessen();
	var win_present_2 = window.open("present_2.htm","present_2","width=720,height=510,top=100,left=280,toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=yes,dependent=no");
	return false;
}
function winopen_present_3() 
{
	schliessen();
	var win_present_3 = window.open("present_3.htm","present_3","width=720,height=510,top=100,left=280,toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=yes,dependent=no");
	return false;
}
function winopen_present_4() 
{
	schliessen();
	var win_present_4 = window.open("present_4.htm","present_4","width=720,height=510,top=100,left=280,toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=yes,dependent=no");
	return false;
}
function winopen_present_5() 
{
	schliessen();
	var win_present_5 = window.open("present_5.htm","present_5","width=720,height=510,top=100,left=280,toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=yes,dependent=no");
	return false;
}
function winopen_present_6() 
{
	schliessen();
	var win_present_6 = window.open("present_6.htm","present_6","width=720,height=510,top=100,left=280,toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=yes,dependent=no");
	return false;
}
function winopen_present_7() 
{
	schliessen();
	var win_present_7 = window.open("present_7.htm","present_7","width=720,height=510,top=100,left=280,toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=yes,dependent=no");
	return false;
}
function winopen_present_8() 
{
	schliessen();
	var win_present_8 = window.open("present_8.htm","present_8","width=720,height=510,top=100,left=280,toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=yes,dependent=no");
	return false;
}

function winopen_presse() 
{
	var win_wedo_communication = window.open("wedo_communication.htm","wedo_communication","width=720,height=510,top=50,left=260,toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=yes,dependent=no");
	return false;
}

function winopen_team() 
{
	var win_wedo_team = window.open("wedo_team.htm","wedo_team","width=720,height=510,top=75,left=265,toolbar=no,location=no,status=no,menubar=no,scrollbars=1,resizable=yes,dependent=no");
	return false;
}


function winopen_commun_does() 
{
	var win_wedo_commun_does = window.open("wedo_commun_does.htm","wedo_commun_does","width=740,height=680,top=100,left=280,toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=yes,dependent=no");
	return false;
}
function winopen_commun_here() 
{
	var win_wedo_commun_here = window.open("wedo_commun_here.htm","wedo_commun_here","width=720,height=510,top=100,left=280,toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=yes,dependent=no");
	return false;
}
function winopen_beirat() 
{
	var win_wedo_beirat = window.open("wedo_beirat.htm","wedo_beirat","width=720,height=510,top=200,left=220,toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,dependent=no");
	return false;
}
function winopen_wm() 
{
	var win_wedo_wm = window.open("wedo_wm.htm","wedo_wm","width=375,height=520,top=200,left=220,toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=yes,dependent=no");
	win_wedo_wm.focus();
	window.setTimeout("", 10000);
	return false;
}
function winopen_jobs() 
{
	var win_wedo_jobs = window.open("wedo_jobs.htm","wedo_jobs","width=720,height=510,top=125,left=285,toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,dependent=no");
	return false;
}
function winopen_with() 
{
	var win_wedo_with = window.open("wedo_with.htm","wedo_with","width=720,height=510,top=150,left=200,toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,dependent=no");
	return false;
}
function winopen_contact() 
{
	var win_wedo_contact = window.open("wedo_contact.htm","wedo_contact","width=600,height=640,top=180,left=210,toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,dependent=no");
	return false;
}
function winopen_press() 
{
	var win_wedo_press = window.open("wedo_press.htm","wedo_press","width=720,height=510,top=175,left=220,toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,dependent=no");
	return false;
}
function winopen_done() 
{
	var win_wedo_done = window.open("wedo_done.htm","wedo_done","width=720,height=510,top=200,left=230,toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,dependent=no");
	return false;
}
function winopen_extranet() 
{
	var win_wedo_extranet = window.open("wedo_extranet.htm","wedo_extranet","width=420,height=310,top=200,left=230,toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,dependent=no");
	return false;
}
function winopen_kontakter_1() 
{
	var win_wedo_kontakter_1 = window.open("wedo_kontakter_1.htm","wedo_kontakter_1","width=720,height=510,top=50,left=250,toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,dependent=no");
	return false;
}
function winopen_wirtschaftsredakteur() 
{
	var win_wedo_wirtschaftsredakteur = window.open("wedo_wirtschaftsredakteur.htm","wedo_wirtschaftsredakteur","width=720,height=510,top=50,left=250,toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,dependent=no");
	return false;
}
function winopen_vw_1() 
{
	var win_wedo_vw_1 = window.open("wedo_vw_1.htm","wedo_vw_1","width=720,height=510,top=50,left=250,toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,dependent=no");
	return false;
}
function winopen_kontakter_2() 
{
	var win_wedo_kontakter_2 = window.open("wedo_kontakter_2.htm","wedo_kontakter_2","width=720,height=510,top=50,left=250,toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,dependent=no");
	return false;
}
function winopen_vw_2() 
{
	var win_wedo_vw_2 = window.open("wedo_vw_2.htm","wedo_vw_2","width=720,height=510,top=50,left=250,toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,dependent=no");
	return false;
}
function winopen_kress() 
{
	var win_wedo_kress = window.open("wedo_kress.htm","wedo_kress","width=720,height=510,top=50,left=250,toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,dependent=no");
	return false;
}
function winopen_horizont() 
{
	var win_wedo_horizont = window.open("wedo_horizont.htm","wedo_horizont","width=720,height=510,top=50,left=250,toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,dependent=no");
	return false;
}
function winopen_kontakter_3() 
{
	var win_wedo_kontakter_3 = window.open("wedo_kontakter_3.htm","wedo_kontakter_3","width=720,height=510,top=50,left=250,toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,dependent=no");
	return false;
}
function winopen_einst() 
{
	var win_wedo_einst = window.open("wedo_einst.htm","wedo_einst","width=720,height=510,top=50,left=250,toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,dependent=no");
	return false;
}
function winopen_relativ() 
{
	var win_wedo_relativ = window.open("wedo_relativ.htm","wedo_relativ","width=720,height=510,top=50,left=250,toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,dependent=no");
	return false;
}
function winopen_einzukunft() 
{
	var win_wedo_einzukunft = window.open("wedo_einzukunft.htm","wedo_einzukunft","width=720,height=510,top=50,left=250,toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,dependent=no");
	return false;
}
function winopen_einstjr() 
{
	var win_wedo_einstjr = window.open("wedo_einstjr.htm","wedo_einstjr","width=720,height=510,top=50,left=250,toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,dependent=no");
	return false;
}
function winopen_plakat() 
{
	var win_wedo_plakat = window.open("wedo_plakat.htm","wedo_plakat","width=720,height=510,top=50,left=250,toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,dependent=no");
	return false;
}
addLayoutHeight = 0;
addBrowserHeight = 30;

// popup oeffnen
function OpenPopUp(windName,targURL,targetWidth,targetHeight,scrolling) { //v 1.1 AM hiefl erst fensterAuf
	// requires configured vars targetWidth and targetHeight in HTML-File or somewhere else
	if(screen.width < targetWidth) {
		cleanTargWidth = screen.width;
	} else {
		cleanTargWidth = targetWidth;
	}
	if(screen.height < targetHeight + addLayoutHeight + addBrowserHeight) {
		cleanTargHeight = screen.heigth;
	} else {
		cleanTargHeight = targetHeight + addLayoutHeight + addBrowserHeight;
	}
  	attribs = 'toolbar=NO,location=NO,status=NO,menubar=NO,scrollbars=' + scrolling + ',resizable=NO,width=' + (String(cleanTargWidth)) + ',height=' + (String(cleanTargHeight)); // b u h wegen nc4
	targPosX = Math.floor((screen.width-cleanTargWidth)/3);
	targPosY = Math.floor((screen.height-cleanTargHeight)/3);
  	popWindow = window.open(targURL,windName,attribs);
  	popWindow.moveTo(targPosX,targPosY);
  	popWindow.resizeTo(cleanTargWidth,cleanTargHeight); // wenn fenster schon offen
	/* if(cleanTargHeight <> screen.heigth) {
	} */
  popWindow.focus();
}

// ------------------------------------------------ begin wedo/done pop-up calls ------------------------------------------------------------------------------------------------------------------------


function winopen_done_bauwert_text_1() 
{
	var win_wedo_done_bauwert_text_1 = window.open("wedo_done_bauwert_text_1.htm","wedo_done_bauwert_text_1","width=720,height=510,top=100,left=280,toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=yes,dependent=no");
	return false;
}
function winopen_done_beos_1() 
{
	var win_wedo_done_beos_1 = window.open("wedo_done_beos_1.htm","wedo_done_beos_1","width=720,height=510,top=100,left=280,toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=yes,dependent=no");
	return false;
}
function winopen_done_bmbf_1() 
{
	var win_wedo_done_bmbf_1 = window.open("wedo_done_bmbf_1.htm","wedo_done_bmbf_1","width=720,height=510,top=100,left=280,toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=yes,dependent=no");
	return false;
}
function winopen_done_bruger_1() 
{
	var win_wedo_done_bruger_1 = window.open("wedo_done_bruger_1.htm","wedo_done_bruger_1","width=720,height=510,top=100,left=280,toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=yes,dependent=no");
	return false;
}
function winopen_done_BNA_1() 
{
	var win_wedo_done_BNA_1 = window.open("wedo_done_BNA_1.htm","wedo_done_BNA_1","width=720,height=510,top=100,left=280,toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=yes,dependent=no");
	return false;
}
function winopen_done_BNE_1()
{
	var win_wedo_done_BNE_1 = window.open("wedo_done_BNE_1.htm","wedo_done_BNE_1","width=720,height=510,top=100,left=280,toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=yes,dependent=no");
	return false;
}
function winopen_done_Bund_1() 
{
	var win_wedo_done_Bund_1 = window.open("wedo_done_Bund_1.htm","wedo_done_Bund_1","width=720,height=570,top=100,left=280,toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=yes,dependent=no");
	return false;
}
function winopen_done_callacleaner_1() 
{
	var win_wedo_done_cleaner_1 = window.open("wedo_done_cleaner_1.htm","wedo_done_cleaner_1","width=720,height=510,top=100,left=280,toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=yes,dependent=no");
	return false;
}
function winopen_done_conject_1() 
{
	var win_wedo_done_conject_1 = window.open("wedo_done_conject_1.htm","wedo_done_conject_1","width=720,height=510,top=100,left=280,toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=yes,dependent=no");
	return false;
}
function winopen_done_DC_1() 
{
	var win_wedo_done_DC_1 = window.open("wedo_done_DC_1.htm","wedo_done_DC_1","width=720,height=510,top=100,left=280,toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=yes,dependent=no");
	return false;
}
function winopen_done_db_services_1() 
{
	var win_wedo_done_db_services_1 = window.open("wedo_done_db_services_1.htm","wedo_done_db_services_1","width=720,height=510,top=100,left=280,toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=yes,dependent=no");
	return false;
}
function winopen_done_db_station_1() 
{
	var win_wedo_done_db_station_1 = window.open("wedo_done_db_station_1.htm","wedo_done_db_station_1","width=720,height=510,top=100,left=280,toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=yes,dependent=no");
	return false;
}
function winopen_done_db_1() 
{
	var win_wedo_done_db_1 = window.open("wedo_done_db_1.htm","wedo_done_db_1","width=720,height=510,top=100,left=280,toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=yes,dependent=no");
	return false;
}
function winopen_done_dgi_1() 
{
	var win_wedo_done_dgi_1 = window.open("wedo_done_dgi_1.htm","wedo_done_dgi_1","width=720,height=510,top=100,left=280,toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=yes,dependent=no");
	return false;
}
function winopen_done_dgrv_1() 
{
	var win_wedo_done_dgrv_1 = window.open("wedo_done_dgrv_1.htm","wedo_done_dgrv_1","width=720,height=510,top=100,left=280,toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=yes,dependent=no");
	return false;
}
function winopen_done_difa_1() 
{
	var win_wedo_done_difa_1 = window.open("wedo_done_difa_1.htm","wedo_done_difa_1","width=720,height=510,top=100,left=280,toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=yes,dependent=no");
	return false;
}
function winopen_done_enbw_1() 
{
	var win_wedo_done_enbw_1 = window.open("wedo_done_enbw_1.htm","wedo_done_enbw_1","width=720,height=510,top=100,left=280,toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=yes,dependent=no");
	return false;
}
function winopen_done_falkenried_1() 
{
	var win_wedo_done_falkenried_1 = window.open("wedo_done_falkenried_1.htm","wedo_done_falkenried_1","width=720,height=510,top=100,left=280,toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=yes,dependent=no");
	return false;
}
function winopen_done_goko_1() 
{
	var win_wedo_done_goko_1 = window.open("wedo_done_goko_1.htm","wedo_done_goko_1","width=720,height=510,top=100,left=280,toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=yes,dependent=no");
	return false;
}
function winopen_done_invest_1() 
{
	var win_wedo_done_invest_1 = window.open("wedo_done_invest_1.htm","wedo_done_invest_1","width=720,height=510,top=100,left=280,toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=yes,dependent=no");
	return false;
}
function winopen_done_koebis_1() 
{
	var win_wedo_done_koebis_1 = window.open("wedo_done_koebis_1.htm","wedo_done_koebis_1","width=760,height=510,top=100,left=280,toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=yes,dependent=no");
	return false;
}
function winopen_done_loock_1() 
{
	var win_wedo_done_loock_1 = window.open("wedo_done_loock_1.htm","wedo_done_loock_1","width=720,height=510,top=100,left=280,toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=yes,dependent=no");
	return false;
}
function winopen_done_hamburgteam_1() 
{
	var win_wedo_done_HamburgTeam_1 = window.open("wedo_done_HamburgTeam_1.htm","wedo_done_HamburgTeam_1","width=720,height=510,top=100,left=280,toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=yes,dependent=no");
	return false;
}
function winopen_done_hotornot_1() 
{
	var win_wedo_done_hotornot_1 = window.open("wedo_done_hotornot_1.htm","wedo_done_hotornot_1","width=720,height=510,top=100,left=280,toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=yes,dependent=no");
	return false;
}
function winopen_done_hochtief_1() 
{
	var win_wedo_done_koebis_1 = window.open("wedo_done_koebis_1.htm","wedo_done_koebis_1","width=720,height=510,top=100,left=280,toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=yes,dependent=no");
	return false;
}
function winopen_done_IBM_1() 
{
	var win_wedo_done_IBM_1 = window.open("wedo_done_IBM_1.htm","wedo_done_IBM_1","width=720,height=510,top=100,left=280,toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=yes,dependent=no");
	return false;
}
function winopen_done_moneyback_1() 
{
	var win_wedo_done_moneyback_1 = window.open("wedo_done_moneyback_1.htm","wedo_done_moneyback_1","width=720,height=510,top=100,left=280,toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=yes,dependent=no");
	return false;
}
function winopen_done_investa_1() 
{
	var win_wedo_done_koebis_1 = window.open("wedo_done_koebis_1.htm","wedo_done_koebis_1","width=720,height=510,top=100,left=280,toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=yes,dependent=no");
	return false;
}
function winopen_done_microfett_1() 
{
	var win_wedo_done_mikrokosmos_1 = window.open("wedo_done_mikrokosmos_1.htm","wedo_done_mikrokosmos_1","width=720,height=510,top=100,left=280,toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=yes,dependent=no");
	return false;
}
function winopen_done_moneyback_1() 
{
	var win_wedo_done_moneyback_1 = window.open("wedo_done_moneyback_1.htm","wedo_done_moneyback_1","width=720,height=510,top=100,left=280,toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=yes,dependent=no");
	return false;
}
function winopen_done_obstundgemuese_1() 
{
	//var win_wedo_done_moneyback_1 = window.open("wedo_done_moneyback_1.htm","wedo_done_moneyback_1","width=720,height=510,top=100,left=280,toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=yes,dependent=no");
	//return false;
}
function winopen_done_osgv_1() 
{
	var win_wedo_done_osgv_1 = window.open("wedo_done_osgv_1.htm","wedo_done_osgv_1","width=720,height=510,top=100,left=280,toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=yes,dependent=no");
	return false;
}
function winopen_done_berlin_partner_1() 
{
	var win_wedo_done_partnerfuerb_1 = window.open("wedo_done_partnerfuerb_1.htm","wedo_done_partnerfuerb_1","width=720,height=510,top=100,left=280,toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=yes,dependent=no");
	return false;
}
function winopen_done_porsche_1() 
{
	var win_wedo_done_porsche_1 = window.open("wedo_done_porsche_1.htm","wedo_done_porsche_1","width=720,height=510,top=100,left=280,toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=yes,dependent=no");
	return false;
}
function winopen_done_primus_1() 
{
	var win_wedo_done_primus_1 = window.open("wedo_done_primus_1.htm","wedo_done_primus_1","width=720,height=510,top=100,left=280,toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=yes,dependent=no");
	return false;
}
function winopen_done_q_1() 
{
	var win_wedo_done_q_1 = window.open("wedo_done_q_1.htm","wedo_done_q_1","width=720,height=510,top=100,left=280,toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=yes,dependent=no");
	return false;
}
function winopen_done_ratiopharm_1() 
{
	var win_wedo_done_ratiopharm_1 = window.open("wedo_done_ratiopharm_1.htm","wedo_done_ratiopharm_1","width=720,height=510,top=100,left=280,toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=yes,dependent=no");
	return false;
}
function winopen_done_scandlines_1() 
{
	var win_wedo_done_scandlines_1 = window.open("wedo_done_scandlines_1.htm","wedo_done_scandlines_1","width=780,height=510,top=100,left=280,toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=yes,dependent=no");
	return false;
}
function winopen_done_stoerungsmelder_1() 
{
	var win_wedo_done_stoerungsmelder_1 = window.open("wedo_done_stoerungsmelder_1.htm","wedo_done_stoerungsmelder_1","width=780,height=510,top=100,left=280,toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=yes,dependent=no");
	return false;
}
function winopen_done_sundh_1() 
{
	var win_wedo_done_sundh_1 = window.open("wedo_done_sundh_1.htm","wedo_done_sundh_1","width=720,height=510,top=100,left=280,toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=yes,dependent=no");
	return false;
}
function winopen_done_subway_1() 
{
	var win_wedo_done_subway_1 = window.open("wedo_done_subway_1.htm","wedo_done_subway_1","width=720,height=510,top=100,left=280,toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=yes,dependent=no");
	return false;
}
function winopen_done_stuttgart_1() 
{
	var win_wedo_done_stadtstuttgart_1 = window.open("wedo_done_stadtstuttgart_1.htm","wedo_done_stadtstuttgart_1","width=720,height=510,top=100,left=280,toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=yes,dependent=no");
	return false;
}
function winopen_done_udk_1() 
{
	var win_wedo_done_udk_1 = window.open("wedo_done_udk_1.htm","wedo_done_udk_1","width=720,height=510,top=100,left=280,toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=yes,dependent=no");
	return false;
}
function winopen_done_wof_1() 
{
	var win_wedo_done_wof = window.open("wedo_done_wof.htm","wedo_done_wof","width=720,height=510,top=100,left=280,toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=yes,dependent=no");
	return false;
}
function winopen_done_einstein_1() 
{
	var win_wedo_done_einstein_1 = window.open("wedo_done_einstein_1.htm","wedo_done_einstein_1","width=720,height=510,top=100,left=280,toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=yes,dependent=no");
	return false;
}
function winopen_done_svl_1() 
{
	var win_wedo_done_svl_1 = window.open("wedo_done_svl_1.htm","wedo_done_svl_1","width=720,height=510,top=100,left=280,toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=yes,dependent=no");
	return false;
}
function winopen_done_sklpraxis_1() 
{
	var win_wedo_odne_sklpraxis_1 = window.open("wedo_odne_sklpraxis_1.htm","wedo_done_sklpraxis_1","width=720,height=510,top=100,left=280,toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=yes,dependent=no");
	return false;
}
function winopen_done_surfdance_1() 
{
	var win_wedo_done_surfdance_1 = window.open("wedo_done_surfdance_1.htm","wedo_done_surfdance_1","width=720,height=510,top=100,left=280,toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=yes,dependent=no");
	return false;
}
function winopen_done_fifa_1() 
{
	var win_wedo_done_fifa_1 = window.open("wedo_done_fifa_1.htm","wedo_done_fifa_1","width=720,height=510,top=100,left=280,toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=yes,dependent=no");
	return false;
}

function winopen_done_hotelconcorde_1() 
{
	var win_wedo_done_fifa_1 = window.open("wedo_done_hcb_1.htm","wedo_done_hcb_1","width=720,height=510,top=100,left=280,toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=yes,dependent=no");
	return false;
}

function winopen_done_grg_1() 
{
	var win_wedo_done_fifa_1 = window.open("wedo_done_grg_1.htm","wedo_done_hcb_1","width=720,height=510,top=100,left=280,toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=yes,dependent=no");
	return false;
}

function winopen_done_deloitte_1() 
{
	var win_wedo_done_deloitte_1 = window.open("wedo_done_deloitte_1.htm","wedo_done_deloitte_1","width=720,height=510,top=100,left=280,toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=yes,dependent=no");
	return false;
}

function winopen_done_bff_1() 
{
	var win_wedo_done_bff_1 = window.open("wedo_done_bff_1.htm","wedo_done_bff_1","width=720,height=585,top=100,left=280,toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=yes,dependent=no");
	return false;
}

function winopen_done_bmz_1() 
{
	var win_wedo_done_bmz_1 = window.open("wedo_done_bmz_1.htm","wedo_done_bmz_1","width=720,height=510,top=100,left=280,toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=yes,dependent=no");
	return false;
}

function winopen_done_mic_1() 
{
	var win_wedo_done_mic_1 = window.open("wedo_done_mic_1.htm","wedo_done_mic_1","width=720,height=520,top=100,left=280,toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,dependent=no");
	return false;
}

function winopen_done_ami_1() 
{
	var win_wedo_done_ami_1 = window.open("wedo_done_ami_1.htm","wedo_done_ami_1","width=720,height=520,top=100,left=280,toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,dependent=no");
	return false;
}

function winopen_done_dwo_1() 
{
	var win_wedo_done_dwo_1 = window.open("wedo_done_dwo_1.htm","wedo_done_dwo_1","width=720,height=520,top=100,left=280,toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,dependent=no");
	return false;
}

function winopen_done_ijab_1() 
{
	var win_wedo_done_ijab_1 = window.open("wedo_done_ijab_1.htm","wedo_done_ijab_1","width=720,height=520,top=100,left=280,toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,dependent=no");
	return false;
}

function winopen_done_apj_1() 
{
	var win_wedo_done_apj_1 = window.open("wedo_done_apj_1.htm","wedo_done_apj_1","width=720,height=520,top=100,left=280,toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,dependent=no");
	return false;
}

function winopen_done_coc_1() 
{
	var win_wedo_done_coc_1 = window.open("wedo_done_coc_1.htm","wedo_done_coc_1","width=720,height=520,top=100,left=280,toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,dependent=no");
	return false;
}

function winopen_done_coc_1() 
{
	var win_wedo_done_coc_1 = window.open("wedo_done_coc_1.htm","wedo_done_coc_1","width=720,height=520,top=100,left=280,toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,dependent=no");
	return false;
}

function winopen_done_mes_1() 
{
	var win_wedo_done_mes_1 = window.open("wedo_done_mes_1.htm","wedo_done_mes_1","width=720,height=520,top=100,left=280,toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,dependent=no");
	return false;
}


// ------------------------------------------------ end wedo/done pop-up calls ------------------------------------------------------------------------------------------------------------------------


function winopen_impressum()
{
	var win_wedo_impressum = window.open("wedo_impressum.htm","wedo_impressum","width=720,height=620,top=150,left=200,toolbar=no,location=no,direstories=0,status=no,scrollbars=yes,resizable=yes,menubar=no,dependent=no");
	return false;
}
function winopen_it()
{
	var win_wedo_it = window.open("wedo_it.htm","wedo_it","width=720,height=510,top=50,left=250,toolbar=no,location=no,direstories=0,status=no,scrollbars=yes,resizable=yes,menubar=no,dependent=no");
	return false;
}
function winopen_prakt()
{
	var win_wedo_praktik = window.open("wedo_praktik.htm","wedo_praktik","width=720,height=510,top=50,left=250,toolbar=no,location=no,direstories=0,status=no,scrollbars=yes,resizable=yes,menubar=no,dependent=no");
	return false;
}
function winopen_adcgala()
{
	var win_wedo_adcgala = window.open("wedo_adcgala.htm","wedo_adcgala","width=720,height=510,top=100,left=280,toolbar=no,location=no,status=no,menubar=no,scrollbars=1,resizable=yes,dependent=no");
	return false;
}
function winopen_bowling()
{
	var win_wedo_bowling = window.open("wedo_bowling.htm","wedo_bowling","width=720,height=510,top=100,left=280,toolbar=no,location=no,status=no,menubar=no,scrollbars=1,resizable=yes,dependent=no");
	return false;
}
function winopen_goodbye()
{
	var win_wedo_goodbye = window.open("wedo_goodbye.htm","wedo_goodbye","width=720,height=510,top=100,left=280,toolbar=no,location=no,status=no,menubar=no,scrollbars=1,resizable=yes,dependent=no");
	return false;
}
function winopen_schwanensee()
{
	var win_wedo_schwan = window.open("wedo_schwan.htm","wedo_schwan","width=720,height=510,top=100,left=280,toolbar=no,location=no,status=no,menubar=no,scrollbars=1,resizable=yes,dependent=no");
	return false;
}
function winopen_setsubun()
{
	var win_wedo_setsubun = window.open("wedo_setsubun.htm","wedo_setsubun","width=720,height=510,top=100,left=280,toolbar=no,location=no,status=no,menubar=no,scrollbars=1,resizable=yes,dependent=no");
	return false;
}
function winopen_anansi()
{
	var win_wedo_anansi = window.open("wedo_anansi.htm","wedo_anansi","width=720,height=510,top=100,left=280,toolbar=no,location=no,status=no,menubar=no,scrollbars=1,resizable=yes,dependent=no");
	return false;
}
function winopen_pink()
{
	var win_wedo_pink = window.open("wedo_pink.htm","wedo_pink","width=720,height=510,top=100,left=280,toolbar=no,location=no,status=no,menubar=no,scrollbars=1, resizable=yes,dependent=no");
	return false;
}
function winopen_skin()
{
	var win_wedo_skin = window.open("wedo_skin.htm","wedo_skin","width=720,height=510,top=100,left=280,toolbar=no,location=no,status=no,menubar=no,scrollbars=1, resizable=yes,dependent=no");
	return false;
}
function winopen_mensch()
{
	var win_wedo_mensch = window.open("wedo_mensch.htm","wedo_mensch","width=720,height=510,top=100,left=280,toolbar=no,location=no,status=no,menubar=no,scrollbars=1, resizable=yes,dependent=no");
	return false;
}
function winopen_gramm()
{
	var win_wedo_gramm = window.open("wedo_gramm.htm","wedo_gramm","width=720,height=510,top=100,left=280,toolbar=no,location=no,status=no,menubar=no,scrollbars=1, resizable=yes,dependent=no");
	return false;
}
function winopen_wand()
{
	var win_wedo_wand = window.open("wedo_wand.htm","wedo_wand","width=720,height=510,top=100,left=280,toolbar=no,location=no,status=no,menubar=no,scrollbars=1, resizable=yes,dependent=no");
	return false;
}
function winopen_tutte()
{
	var win_wedo_tutte = window.open("wedo_tutte.htm","wedo_tutte","width=720,height=510,top=100,left=280,toolbar=no,location=no,status=no,menubar=no,scrollbars=1, resizable=yes,dependent=no");
	return false;
}
function winopen_monster()
{
	var win_wedo_monster = window.open("wedo_monster.htm","wedo_monster","width=720,height=510,top=100,left=280,toolbar=no,location=no,status=no,menubar=no,scrollbars=1,resizable=yes,dependent=no");
	return false;
}
function winopen_kroko()
{
	var win_wedo_kroko = window.open("wedo_kroko.htm","wedo_kroko","width=720,height=510,top=100,left=280,toolbar=no,location=no,status=no,menubar=no,scrollbars=1,resizable=yes,dependent=no");
	return false;
}
function winopen_mux()
{
	var win_wedo_mux = window.open("wedo_mux.htm","wedo_mux","width=720,height=510,top=100,left=280,toolbar=no,location=no,status=no,menubar=no,scrollbars=1,resizable=yes,dependent=no");
	return false;
}
function winopen_pol()
{
	var win_wedo_pol = window.open("wedo_pol.htm","wedo_pol","width=720,height=510,top=100,left=280,toolbar=no,location=no,status=no,menubar=no,scrollbars=1,resizable=yes,dependent=no");
	return false;
}
function winopen_impro()
{
	var win_wedo_impro = window.open("wedo_impro.htm","wedo_impro","width=720,height=510,top=100,left=280,toolbar=no,location=no,status=no,menubar=no,scrollbars=1,resizable=yes,dependent=no");
	return false;
}
function winopen_holyshit()
{
	var win_wedo_holyshit = window.open("wedo_holyshit.htm","wedo_holyshit","width=720,height=510,top=100,left=280,toolbar=no,location=no,status=no,menubar=no,scrollbars=1,resizable=yes,dependent=no");
	return false;
}
function winopen_matchpoint() {
	var win_wedo_matchpoint = window.open("wedo_matchpoint.htm","wedo_matchpoint","width=720,height=510,top=100,left=280,toolbar=no,location=no,status=no,menubar=no,scrollbars=1,resizable=yes,dependent=no");
	return false;
}
function winopen_restaurant() {
	var win_wedo_restaurant = window.open("wedo_restaurant.htm","wedo_restaurant","width=720,height=510,top=100,left=280,toolbar=no,location=no,status=no,menubar=no,scrollbars=1,resizable=yes,dependent=no");
	return false;
}
function winopen_deutschland() {
	var win_wedo_deutschland = window.open("wedo_deutschland.htm","wedo_deutschland","width=720,height=510,top=100,left=280,toolbar=no,location=no,status=no,menubar=no,scrollbars=1,resizable=yes,dependent=no");
	return false;
}
function winopen_fussball() {
	var win_wedo_fussball = window.open("wedo_fussball.htm","wedo_fussball","width=720,height=510,top=100,left=280,toolbar=no,location=no,status=no,menubar=no,scrollbars=1,resizable=yes,dependent=no");
	return false;
}
function winopen_oderberger() {
	var win_wedo_oderberger = window.open("wedo_oderberger.htm","wedo_oderberger","width=720,height=510,top=100,left=280,toolbar=no,location=no,status=no,menubar=no,scrollbars=1,resizable=yes,dependent=no");
	return false;
}
function winopen_schwul() {
	var win_wedo_schwul = window.open("wedo_schwul.htm","wedo_schwul","width=720,height=510,top=100,left=280,toolbar=no,location=no,status=no,menubar=no,scrollbars=1,resizable=yes,dependent=no");
	return false;
}

function winopen_neuberliner() {
	var win_wedo_schwul = window.open("wedo_neuberliner.htm","wedo_neuberliner","width=720,height=510,top=100,left=280,toolbar=no,location=no,status=no,menubar=no,scrollbars=1,resizable=yes,dependent=no");
	return false;
}

function winopen_happy() {
	var win_wedo_happy = window.open("wedo_happy.htm","wedo_happy","width=720,height=510,top=100,left=280,toolbar=no,location=no,status=no,menubar=no,scrollbars=1,resizable=yes,dependent=no");
	return false;
}

function winopen_berlinale() {
	var win_wedo_berlinale = window.open("wedo_berlinale.htm","wedo_berlinale","width=720,height=510,top=100,left=280,toolbar=no,location=no,status=no,menubar=no,scrollbars=1,resizable=yes,dependent=no");
	return false;
}

function winopen_itb() {
	var win_wedo_itb = window.open("wedo_itb.htm","wedo_itb","width=720,height=510,top=100,left=280,toolbar=no,location=no,status=no,menubar=no,scrollbars=1,resizable=yes,dependent=no");
	return false;
}

function winopen_wedding() {
	var win_wedo_wedding = window.open("wedo_wedding.htm","wedo_wedding","width=720,height=510,top=100,left=280,toolbar=no,location=no,status=no,menubar=no,scrollbars=1,resizable=yes,dependent=no");
	return false;
}

function winopen_love() {
	var win_wedo_wedding = window.open("wedo_love.htm","wedo_love","width=720,height=510,top=100,left=280,toolbar=no,location=no,status=no,menubar=no,scrollbars=1,resizable=yes,dependent=no");
	return false;
}

function winopen_kuchen() {
	var win_wedo_kuchen = window.open("wedo_kuchen.htm","wedo_kuchen","width=720,height=510,top=100,left=280,toolbar=no,location=no,status=no,menubar=no,scrollbars=1,resizable=yes,dependent=no");
	return false;
}

function winopen_kiez() {
	var win_wedo_kiez = window.open("wedo_kiez.htm","wedo_kiez","width=720,height=510,top=100,left=280,toolbar=no,location=no,status=no,menubar=no,scrollbars=1,resizable=yes,dependent=no");
	return false;
}

function winopen_baby() {
	var win_wedo_baby = window.open("wedo_baby.html","wedo_baby","width=720,height=510,top=100,left=280,toolbar=no,location=no,status=no,menubar=no,scrollbars=1,resizable=yes,dependent=no");
	return false;
}

function winopen_poetry() {
	var win_wedo_poerty = window.open("wedo_poetry.html","wedo_poetry","width=720,height=510,top=100,left=280,toolbar=no,location=no,status=no,menubar=no,scrollbars=1,resizable=yes,dependent=no");
	return false;
}


function winopen_yacine() {
	var win_wedo_yacine = window.open("wedo_yacine.html","wedo_yacine","width=720,height=510,top=100,left=280,toolbar=no,location=no,status=no,menubar=no,scrollbars=1,resizable=yes,dependent=no");
	return false;
}

function winopen_wedo_tm_2007_11() {
	var win_wedo_tm_2007_11 = window.open("wedo_tm_2007_11.html","wedo_tm_2007_11","width=720,height=510,top=100,left=280,toolbar=no,location=no,status=no,menubar=no,scrollbars=1,resizable=yes,dependent=no");
	return false;
}

function winopen_wedo_tm_2007_12() {
	var win_wedo_tm_2007_12 = window.open("wedo_tm_2007_12.html","wedo_tm_2007_12","width=720,height=510,top=100,left=280,toolbar=no,location=no,status=no,menubar=no,scrollbars=1,resizable=yes,dependent=no");
	return false;
}

function winopen_wedo_tm_2008_01() {
	var win_wedo_tm_2008_01 = window.open("wedo_tm_2008_01.html","wedo_tm_2008_01","width=720,height=510,top=100,left=280,toolbar=no,location=no,status=no,menubar=no,scrollbars=1,resizable=yes,dependent=no");
	return false;
}

function winopen_wedo_tm_2008_02() {
	var win_wedo_tm_2008_02 = window.open("wedo_tm_2008_02.html","wedo_tm_2008_02","width=720,height=510,top=100,left=280,toolbar=no,location=no,status=no,menubar=no,scrollbars=1,resizable=yes,dependent=no");
	return false;
}

function winopen_wedo_tm_2008_03() {
	var win_wedo_tm_2008_03 = window.open("wedo_tm_2008_03.html","wedo_tm_2008_03","width=720,height=510,top=100,left=280,toolbar=no,location=no,status=no,menubar=no,scrollbars=1,resizable=yes,dependent=no");
	return false;
}

function winopen_wedo_tm_2008_04() {
	var win_wedo_tm_2008_04 = window.open("wedo_tm_2008_04.html","wedo_tm_2008_04","width=720,height=510,top=100,left=280,toolbar=no,location=no,status=no,menubar=no,scrollbars=1,resizable=yes,dependent=no");
	return false;
}

function winopen_wedo_tm_2008_05() {
	var win_wedo_tm_2008_05 = window.open("wedo_tm_2008_05.html","wedo_tm_2008_05","width=720,height=510,top=100,left=280,toolbar=no,location=no,status=no,menubar=no,scrollbars=1,resizable=yes,dependent=no");
	return false;
}

function winopen_wedo_tm_2008_06() {
	var win_wedo_tm_2008_06 = window.open("wedo_tm_2008_06.html","wedo_tm_2008_06","width=720,height=510,top=100,left=280,toolbar=no,location=no,status=no,menubar=no,scrollbars=1,resizable=yes,dependent=no");
	return false;
}

function winopen_wedo_tm_2008_07() {
	var win_wedo_tm_2008_07 = window.open("wedo_tm_2008_07.html","wedo_tm_2008_07","width=720,height=510,top=100,left=280,toolbar=no,location=no,status=no,menubar=no,scrollbars=1,resizable=yes,dependent=no");
	return false;
}

function winopen_wedo_tm_2008_08() {
	var win_wedo_tm_2008_08 = window.open("wedo_tm_2008_08.html","wedo_tm_2008_08","width=720,height=510,top=100,left=280,toolbar=no,location=no,status=no,menubar=no,scrollbars=1,resizable=yes,dependent=no");
	return false;
}

function winopen_wedo_tm_2008_09() {
	var win_wedo_tm_2008_09 = window.open("wedo_tm_2008_09.html","wedo_tm_2008_09","width=720,height=510,top=100,left=280,toolbar=no,location=no,status=no,menubar=no,scrollbars=1,resizable=yes,dependent=no");
	return false;
}

function winopen_wedo_tm_2008_12() {
	var win_wedo_tm_2008_12 = window.open("wedo_tm_2008_12.html","wedo_tm_2008_12","width=720,height=510,top=100,left=280,toolbar=no,location=no,status=no,menubar=no,scrollbars=1,resizable=yes,dependent=no");
	return false;
}

function winopen_wedo_tm_2009_03() {
	var win_wedo_tm_2009_03 = window.open("wedo_tm_2009_03.html","wedo_tm_2009_03","width=720,height=510,top=100,left=280,toolbar=no,location=no,status=no,menubar=no,scrollbars=1,resizable=yes,dependent=no");
	return false;
}

function winopen_wedo_tm_2009_04() {
	var win_wedo_tm_2009_04 = window.open("wedo_tm_2009_04.html","wedo_tm_2009_04","width=720,height=510,top=100,left=280,toolbar=no,location=no,status=no,menubar=no,scrollbars=1,resizable=yes,dependent=no");
	return false;
}

function winopen_wedo_done(project) 
{
	var win_wedo_done = window.open("wedo_done/index.php?show="+project,"wedo_done_IBM_1","width=710,height=510,top=100,left=280,toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=yes,dependent=no");
	return false;
}


/*----------------------------------------- internal functions END -------------------------------------------------------------------*/