function WinOpen(sprache) {
	if (sprache == 'de')
	{
		url = "http://www.ayurvedicbodywork.ch/ayurveda/jwala_tsai_de.php";
	}
	else
	{
		url = "http://www.ayurvedicbodywork.ch/ayurveda/jwala_tsai_en.php";
	}
	window.name="";
	sw = screen.availWidth;
	sh = screen.availHeight;
	ww = 980;
	wh = 440;
	wl = (sw-ww)/2;
	wt = (sh-wh)/2;
	mainwin = window.open(url,"ayurveda","width=" + ww + ",height=" + wh + ",toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,left=" + wl + ",top=" + wt);
};

function WinClose(){
	if(mainwin.name+''=='Ayurvedic Bodywork'){ayurvedawin.close()};
};

function WinOpenWorkshop(sprache) {
	if (sprache == 'de') {
		url = "http://www.ayurvedicbodywork.ch/workshop_index.php?lang=de";
	}
	else {
		url = "http://www.ayurvedicbodywork.ch/workshop_index.php?lang=en";
	}
	window.name="";
	sw = screen.availWidth;
	sh = screen.availHeight;
	ww = 980;
	wh = 565;
	wl = (sw-ww)/2;
	wt = (sh-wh)/2;
	mainwin_workshop = window.open(url,"workshop","width=" + ww + ",height=" + wh + ",toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,left=" + wl + ",top=" + wt);
};