function makeMWindow(name,w,h,x,y) { 
  newWindow = window.open(name,"_blank","scrollbars=yes,resizable=yes,width=" + w + ",height=" + h +",screenX="+x+",screenY="+y ); 
 } 
 
function zoom_karte() {
	was = mArray;
	document.getElementById('no_umkreis').value = 0;
	ueber = "Freizeitangebote"; 
	was = mArray; 
	contentWin = new Window({className: "bluelighting", title: ueber, width:630, height:610, destroyOnClose: true }); 
	contentWin.getContent().update('<div align="center"><div id="map_o" style="width:600px; height:600px;"></div></div><script language="JavaScript" type="text/javascript">geo1(was)</script>'); 
	contentWin.showCenter();
	contentWin.setDestroyOnClose();
}

function toggle_o_zusatz( was ) {
  was1= was;
	xx = document.getElementById(was1).style.display;
	if ( xx == "none" ) {
		document.getElementById(was1).style.display = "table-row";
		was1 = "class_"+was;
		document.getElementById(was1).className = "weiter_obj_open";
		was1 = "bild_"+was;
		document.getElementById(was1).src= "/bilder/pfeil_unten_weiss.png";
	} else {
		document.getElementById(was1).style.display = "none";
		was1 = "class_"+was;
		document.getElementById(was1).className = "weiter_obj";
		was1 = "bild_"+was;
		document.getElementById(was1).src= "/bilder/pfeil_rechts_weiss.png";
	}
}

function toggle_o2_index3(was) {
  was1= was;
	was2 = was+"_1";
	xx = document.getElementById(was1).style.display;
	if ( xx == "none" ) {
		document.getElementById(was1).style.display = "table-row";
		document.getElementById(was2).style.display = "none";
		was1 = "class_"+was;
		document.getElementById(was1).className = "index3_sub_h_obj_open";
		was1 = "bild_"+was;
		document.getElementById(was1).src= "/bilder/pfeil_rechts_weiss.png";
	} else {
		document.getElementById(was1).style.display = "none";
		document.getElementById(was2).style.display = "table-row";
		was1 = "class_"+was;
		document.getElementById(was1).className = "index3_sub_h_obj";
		was1 = "bild_"+was;
		document.getElementById(was1).src= "/bilder/pfeil_unten_weiss.png";
	}
}

function toggle_o_index3(was) {
  xx = document.getElementById(was).style.display;
	if ( xx == "none" ) {
		document.getElementById(was).style.display = "table-row";
		was1 = was +"_class";
		document.getElementById(was1).className = "index3_sub_h_obj_open";
		was1 = was +"_bild";
		document.getElementById(was1).src= "/bilder/pfeil_unten_weiss.png";
	} else {
		document.getElementById(was).style.display = "none";
		was1 = was +"_class";
		document.getElementById(was1).className = "index3_sub_h_obj";
		was1 = was +"_bild";
		document.getElementById(was1).src= "/bilder/pfeil_rechts_weiss.png";
	}
}

function toggle_h_index_zimmer3(was) {
	if ( document.getElementById('beschreibungh').style.display == "inline" ) {
		toggle_h_index3('beschreibungh')
	}
  was1= "zimmer_"+was;
	was2 = "zimmer1_"+was
	xx = document.getElementById(was1).style.display;
	if ( xx == "none" ) {
		document.getElementById(was1).style.display = "table-row";
		document.getElementById(was2).style.display = "none";
		was1 = "zimmer_class_"+was;
		document.getElementById(was1).className = "index3_sub_h_obj_open";
		was1 = "zimmer_bild_"+was;
		document.getElementById(was1).src= "/bilder/pfeil_rechts_weiss.png";
	} else {
		for (n=1 ; n <= anz_zimmer; n++ ) {
			wa1= "zimmer_"+n;
			wa2 = "zimmer1_"+n
			document.getElementById(wa1).style.display = "table-row";
			document.getElementById(wa2).style.display = "none";
		}
		document.getElementById(was1).style.display = "none";
		document.getElementById(was2).style.display = "table-row";
		was1 = "zimmer_class_"+was;
		document.getElementById(was1).className = "index3_sub_h_obj";
		was1 = "zimmer_bild_"+was;
		document.getElementById(was1).src= "/bilder/pfeil_unten_weiss.png";
/*		var barray = Array();
		var alt = Array();
		var bgross = Array();
		if ( anz_zimmer > 0 ) {
			if ( was == 1 ) { barray = zimmerArray_1; }
			if ( was == 2 ) { barray = zimmerArray_2; }
			if ( was == 3 ) { barray = zimmerArray_3; }
			if ( was == 4 ) { barray = zimmerArray_4; }
			if ( was == 5 ) { barray = zimmerArray_5; }
			if ( was == 6 ) { barray = zimmerArray_6; }
			if ( was == 7 ) { barray = zimmerArray_7; }
			if ( was == 8 ) { barray = zimmerArray_8; }
			if ( was == 9 ) { barray = zimmerArray_9; }
			if ( was == 10 ) { barray = zimmerArray_10; }
			if ( was == 11 ) { barray = zimmerArray_11; }
			if ( was == 12 ) { barray = zimmerArray_12; }
			if ( was == 13 ) { barray = zimmerArray_13; }
			if ( was == 14 ) { barray = zimmerArray_14; }
			if ( was == 15 ) { barray = zimmerArray_15; }
			if ( was == 16 ) { barray = zimmerArray_16; }
			if ( was == 17 ) { barray = zimmerArray_17; }
			if ( was == 18 ) { barray = zimmerArray_18; }
			if ( was == 19 ) { barray = zimmerArray_19; }
			if ( was == 20 ) { barray = zimmerArray_20; }
			for (n=1; n < 10; n++ ) {
				var xb = "kbild_"+n;
				document.getElementById(xb).style.display = "none";
			}
			if (barray.length) {
				for (n=0 ; n < barray.length ; n++ ) {
					var mData = barray[n].split('|');
					if ( n==0 ) {
						document.getElementById("hbild").src= mData[1];
						document.getElementById("bild_text").innerHTML = mData[2];
					}
					zz = n +1;
					var xb = "kbild_"+zz;
					document.getElementById(xb).src= mData[0];
					document.getElementById(xb).innerHTML = mData[2];
					document.getElementById(xb).style.display = "inline";
					alt[zz] = mData[2];
					bgross[zz] = mData[1];
					if ( zz == 1 ) {
						document.getElementById(xb).onmouseover= function(event) { dcs(alt[1]); return true; this.style.cursor='pointer' };;
						document.getElementById(xb).onclick = function(event) { bildwechel(bgross[1],alt[1]) };
					}
					if ( zz == 2 ) {
						document.getElementById(xb).onmouseover= function(event) { dcs(alt[2]); return true; this.style.cursor='pointer' };;
						document.getElementById(xb).onclick = function(event) { bildwechel(bgross[2],alt[2]) };
					}
					if ( zz == 3 ) {
						document.getElementById(xb).onmouseover= function(event) { dcs(alt[3]); return true; this.style.cursor='pointer' };;
						document.getElementById(xb).onclick = function(event) { bildwechel(bgross[3],alt[3]) };
					}	
					if ( zz == 4 ) {
						document.getElementById(xb).onmouseover= function(event) { dcs(alt[4]); return true; this.style.cursor='pointer' };;
						document.getElementById(xb).onclick = function(event) { bildwechel(bgross[4],alt[4]) };
					}
					if ( zz == 5 ) {
						document.getElementById(xb).onmouseover= function(event) { dcs(alt[5]); return true; this.style.cursor='pointer' };;
						document.getElementById(xb).onclick = function(event) { bildwechel(bgross[5],alt[5]) };
					}
					if ( zz == 6 ) {
						document.getElementById(xb).onmouseover= function(event) { dcs(alt[6]); return true; this.style.cursor='pointer' };;
						document.getElementById(xb).onclick = function(event) { bildwechel(bgross[6],alt[6]) };
					}
					if ( zz == 7 ) {
						document.getElementById(xb).onmouseover= function(event) { dcs(alt[7]); return true; this.style.cursor='pointer' };;
						document.getElementById(xb).onclick = function(event) { bildwechel(bgross[7],alt[7]) };
					}
					if ( zz == 8 ) {
						document.getElementById(xb).onmouseover= function(event) { dcs(alt[8]); return true; this.style.cursor='pointer' };;
						document.getElementById(xb).onclick = function(event) { bildwechel(bgross[8],alt[8]) };
					}
					if ( zz == 9 ) {
						document.getElementById(xb).onmouseover= function(event) { dcs(alt[9]); return true; this.style.cursor='pointer' };;
						document.getElementById(xb).onclick = function(event) { bildwechel(bgross[9],alt[9]) };
					}
					if ( zz == 10 ) {
						document.getElementById(xb).onmouseover= function(event) { dcs(alt[10]); return true; this.style.cursor='pointer' };;
						document.getElementById(xb).onclick = function(event) { bildwechel(bgross[10],alt[10]) };
					}
					if ( zz == 11 ) {
						document.getElementById(xb).onmouseover= function(event) { dcs(alt[11]); return true; this.style.cursor='pointer' };;
						document.getElementById(xb).onclick = function(event) { bildwechel(bgross[11],alt[11]) };
					}
					if ( zz == 12 ) {
						document.getElementById(xb).onmouseover= function(event) { dcs(alt[12]); return true; this.style.cursor='pointer' };;
						document.getElementById(xb).onclick = function(event) { bildwechel(bgross[12],alt[12]) };
					}
					if ( zz == 13 ) {
						document.getElementById(xb).onmouseover= function(event) { dcs(alt[13]); return true; this.style.cursor='pointer' };;
						document.getElementById(xb).onclick = function(event) { bildwechel(bgross[13],alt[13]) };
					}
					if ( zz == 14 ) {
						document.getElementById(xb).onmouseover= function(event) { dcs(alt[14]); return true; this.style.cursor='pointer' };;
						document.getElementById(xb).onclick = function(event) { bildwechel(bgross[14],alt[14]) };
					}
					if ( zz == 15 ) {
						document.getElementById(xb).onmouseover= function(event) { dcs(alt[15]); return true; this.style.cursor='pointer' };;
						document.getElementById(xb).onclick = function(event) { bildwechel(bgross[15],alt[15]) };
					}
					if ( zz == 16 ) {
						document.getElementById(xb).onmouseover= function(event) { dcs(alt[16]); return true; this.style.cursor='pointer' };;
						document.getElementById(xb).onclick = function(event) { bildwechel(bgross[16],alt[16]) };
					}
					if ( zz == 17 ) {
						document.getElementById(xb).onmouseover= function(event) { dcs(alt[17]); return true; this.style.cursor='pointer' };;
						document.getElementById(xb).onclick = function(event) { bildwechel(bgross[17],alt[17]) };
					}
					if ( zz == 18 ) {
						document.getElementById(xb).onmouseover= function(event) { dcs(alt[18]); return true; this.style.cursor='pointer' };;
						document.getElementById(xb).onclick = function(event) { bildwechel(bgross[18],alt[18]) };
					}
					if ( zz == 19 ) {
						document.getElementById(xb).onmouseover= function(event) { dcs(alt[19]); return true; this.style.cursor='pointer' };;
						document.getElementById(xb).onclick = function(event) { bildwechel(bgross[19],alt[19]) };
					}
					if ( zz == 20 ) {
						document.getElementById(xb).onmouseover= function(event) { dcs(alt[20]); return true; this.style.cursor='pointer' };;
						document.getElementById(xb).onclick = function(event) { bildwechel(bgross[20],alt[20]) };
					}
				}
			} 
		} */
	}
}

function toggle_h_index3(was) {
	var alt = Array();
	var bgross = Array();
  xx = document.getElementById(was).style.display;
	if ( xx == "none" ) {
		if ( anz_zimmer > 0 && was == "beschreibung") {
			for (n=2 ; n <= anz_zimmer; n++ ) {
				was1= "zimmer_"+n;
				was2 = "zimmer1_"+n
				document.getElementById(was1).style.display = "table-row";
				document.getElementById(was2).style.display = "none";
			}
			if ( document.getElementById('zimmer_1').style.display == "none" ) { toggle_h_index_zimmer3('1'); }
//			alert(was+" - ");
		}
		document.getElementById(was).style.display = "inline";
		was1 = was +"_class";
		document.getElementById(was1).className = "index3_sub_h_open";
		was1 = was +"_bild";
		document.getElementById(was1).src= "/bilder/pfeil_unten_weiss.png";
	/*	if ( anz_zimmer > 0 && was == "beschreibung") {
			for (n=1; n < 10; n++ ) {
				var xb = "kbild_"+n;
				document.getElementById(xb).style.display = "none";
			}
		}
		if (obilderArray.length && was == "beschreibung") {
			for (n=0 ; n < obilderArray.length ; n++ ) {
				var mData = obilderArray[n].split('|');
				if ( n==0 ) {
					document.getElementById("hbild").src= mData[1];
					document.getElementById("bild_text").innerHTML = mData[2];
				}
				zz = n +1;
				var xb = "kbild_"+zz;
				document.getElementById(xb).src= mData[0];
				document.getElementById(xb).innerHTML = mData[2];
				document.getElementById(xb).style.display = "inline";
				alt[zz] = mData[2];
				bgross[zz] = mData[1];
				if ( zz == 1 ) {
					document.getElementById(xb).onmouseover= function(event) { dcs(alt[1]); return true; this.style.cursor='pointer' };;
					document.getElementById(xb).onclick = function(event) { bildwechel(bgross[1],alt[1]) };
				}
				if ( zz == 2 ) {
					document.getElementById(xb).onmouseover= function(event) { dcs(alt[2]); return true; this.style.cursor='pointer' };;
					document.getElementById(xb).onclick = function(event) { bildwechel(bgross[2],alt[2]) };
				}
				if ( zz == 3 ) {
					document.getElementById(xb).onmouseover= function(event) { dcs(alt[3]); return true; this.style.cursor='pointer' };;
					document.getElementById(xb).onclick = function(event) { bildwechel(bgross[3],alt[3]) };
				}
				if ( zz == 4 ) {
					document.getElementById(xb).onmouseover= function(event) { dcs(alt[4]); return true; this.style.cursor='pointer' };;
					document.getElementById(xb).onclick = function(event) { bildwechel(bgross[4],alt[4]) };
				}
				if ( zz == 5 ) {
					document.getElementById(xb).onmouseover= function(event) { dcs(alt[5]); return true; this.style.cursor='pointer' };;
					document.getElementById(xb).onclick = function(event) { bildwechel(bgross[5],alt[5]) };
				}
				if ( zz == 6 ) {
					document.getElementById(xb).onmouseover= function(event) { dcs(alt[6]); return true; this.style.cursor='pointer' };;
					document.getElementById(xb).onclick = function(event) { bildwechel(bgross[6],alt[6]) };
				}
				if ( zz == 7 ) {
					document.getElementById(xb).onmouseover= function(event) { dcs(alt[7]); return true; this.style.cursor='pointer' };;
					document.getElementById(xb).onclick = function(event) { bildwechel(bgross[7],alt[7]) };
				}
				if ( zz == 8 ) {
					document.getElementById(xb).onmouseover= function(event) { dcs(alt[8]); return true; this.style.cursor='pointer' };;
					document.getElementById(xb).onclick = function(event) { bildwechel(bgross[8],alt[8]) };
				}
				if ( zz == 9 ) {
					document.getElementById(xb).onmouseover= function(event) { dcs(alt[9]); return true; this.style.cursor='pointer' };;
					document.getElementById(xb).onclick = function(event) { bildwechel(bgross[9],alt[9]) };
				}
				if ( zz == 10 ) {
					document.getElementById(xb).onmouseover= function(event) { dcs(alt[10]); return true; this.style.cursor='pointer' };;
					document.getElementById(xb).onclick = function(event) { bildwechel(bgross[10],alt[10]) };
				}
			}
		}*/
	} else {
		document.getElementById(was).style.display = "none";
		was1 = was +"_class";
		document.getElementById(was1).className = "index3_sub_h";
		was1 = was +"_bild";
		document.getElementById(was1).src= "/bilder/pfeil_rechts_weiss.png";
	}
}

function bildwechel(bild, text) {
	document.getElementById("hbild").src= bild;
	document.getElementById("bild_text").innerHTML = text;
}

function Ziel() { document.Testform.target = "main"; return true; } 

window.status = "";
var EPath    = location.pathname ? location.pathname : "/";
var EDomain  = location.hostname;
var Verfall  = new Date();
var Wert = screen.availWidth;
Verfall.setTime(Verfall.getTime() + (36000 * 24 *100)); 
SetzeCookie("c_seite", Wert, Verfall, EPath, EDomain);

/* Globals */
var arc90_navigator = navigator.userAgent.toLowerCase();
var arc90_isOpera = arc90_navigator.indexOf('opera') >= 0? true: false;
var arc90_isIE = arc90_navigator.indexOf('msie') >= 0 && !arc90_isOpera? true: false;
var arc90_isSafari = arc90_navigator.indexOf('safari') >= 0 || arc90_navigator.indexOf('khtml') >= 0? true: false;
var arc90_linkThumbUseClassName = true;

var arc90_linksources = [['http://images.websnapr.com/?size=s&key=6k8sNt7vWu4v&url=', 202, 152],
// http://image.thumber.de/?size=XL&url=http://welt.de" 
							['http://www.m-software.de/screenshot/Screenshot.png?url=', 152, 102],
							['http://image.thumber.de/?size=XL&url=', 202, 152],
							['http://thumbnails.alexa.com/image_server.cgi?size=small&url=', 160, 120],
						  ['http://msnsearch.srv.girafa.com/srv/i?s=MSNSEARCH&r=', 160, 120]];
var arc90_linksource = 1;

function arc90_linkpic() {
	var b = document.domain;
	var A = document.getElementsByTagName('A');

	for (var i = 0, l = A.length, c = 0; i < l; i++) {
		var a = A[i];
/*		var h = a.href; */
		var h = a.title;
		var h = a.name;
		if ((b == '' || h.indexOf(b) < 0) && h.indexOf('://') > 0 && ((arc90_linkThumbUseClassName && a.className.indexOf('linkthumb') >= 0) || !arc90_linkThumbUseClassName)) {
			try {
				a.className += ' arc90_linkpicLNK';
				if (a.id == '')
					a.id = 'arc90_link'+ i;
				var d = arc90_newNode('div', 'arc90_linkpic'+ i, 'arc90_linkpic');
				var m = arc90_newNode('img', '', 'arc90_linkpicIMG');
				// var n = h.replace(/[^:]*:\/\/([^:\/]*)(:{0,1}\/{1}.*)/, '$1');
				if ( arc90_linksource == 1 ) { h = h +"&commingsoonimg=http%3A%2F%2Fwww.m-software.de%2Fuploads%2Fcommingsoon.png"; }
				// var n = escape(h);
				var n = h;
				m.src = arc90_linksources[arc90_linksource][0] + n;
				m.width = arc90_linksources[arc90_linksource][1];
				m.height = arc90_linksources[arc90_linksource][2];
				m.style.width = arc90_linksources[arc90_linksource][1] +'px';
				m.style.height = arc90_linksources[arc90_linksource][2] +'px';
				m.border = 0;
//				m.alt = '[Picture of '+ n +']';
				m.alt = '[Picture of URL]';
				m.title = a.title;
				d.style.zIndex = '9999';
				d.style.position = 'absolute';
				d.style.display = "none";
				d.appendChild(m);
				document.body.appendChild(d);
				arc90_addEvent(a, 'mouseover',	function () { arc90_showThumb(arc90_isIE? event.srcElement.id: this.id); } );
				arc90_addEvent(a, 'mouseout',	function () { arc90_hideThumb(arc90_isIE? event.srcElement.id: this.id); } );
			} catch(err) {
				a = null;
			}
		}
	}
}

function arc90_showThumb(id) {
	try {
		var k = document.getElementById(id);
		var top = arc90_findDimension(k, 'Top');
		var lnh = arc90_getStyle(k, 'lineHeight', 'font-size');
		var default_height = 20;

		if (!lnh)
			lnh = default_height;
		else if (lnh.indexOf('pt') > 0)
			lnh = parseInt(lnh) * 1.3;
		else if (lnh.indexOf('em') > 0)
			lnh = parseInt(lnh) * 10;
		else if (lnh.indexOf('px') > 0)
			lnh = parseInt(lnh);
		else if (arc90_isNumeric(lnh))
			lnh = parseInt(arc90_isIE? lnh * 10: arc90_isOpera? lnh/100: lnh); // IE brings back em units
		else
			lnh = default_height;
		var lft = arc90_findDimension(k, 'Left');
		var nlf = arc90_findMatchingDimensionViaNodes(k, 'Left', lft, 0);
		var pid = id.replace(/arc90_link/, 'arc90_linkpic');
		var p = document.getElementById(pid);
		p.style.display = 'block';
		p.style.top = (top + (arc90_isIE && nlf? lnh + 8: 4) + lnh) + 'px';
		p.style.left = lft + 'px';
	} catch(err) { return; }
}

function arc90_hideThumb(id) {
	try {
		var k = document.getElementById(id);
		var pid = id.replace(/arc90_link/, 'arc90_linkpic');
		var p = document.getElementById(pid);
		p.style.display = 'none';
	} catch(err) { return; }
}

function arc90_getStyle(obj, styleIE, styleMoz) {
	if (arc90_isString(obj)) obj = document.getElementById(obj);
	if (obj.currentStyle)
		return obj.currentStyle[styleIE];
	else if (window.getComputedStyle)
		return document.defaultView.getComputedStyle(obj, null).getPropertyValue(styleMoz);
}

function arc90_findDimension(obj, pType) {
	if (arc90_isString(obj)) obj = document.getElementById(obj);
	var cur = 0;
	if(obj.offsetParent)
		while(obj.offsetParent) {
			switch(pType.toLowerCase()) {
			case "width":
				cur += obj.offsetWidth; break;
			case "height":
				cur += obj.offsetHeight; break;
			case "top":
				cur += obj.offsetTop; break;
			case "left":
				cur += obj.offsetLeft; break;
			}
			obj = obj.offsetParent;
		}
	return cur;
}

function arc90_findMatchingDimensionViaNodes(obj, pType, matching, notMatching) {
	var cur = 0, counter = 0;
	notMatching = notMatching == null? -1: notMatching;
	if(obj.parentNode)
		while(obj.parentNode) {
			cur = arc90_findDimension(obj, pType);
			if (cur == matching && cur != notMatching)
				counter++;
			if (counter >= 2) return true;
			obj = obj.parentNode;
		}
	return false;
}

/* Events */
function arc90_isString(o) { return (typeof(o) == "string"); }

function arc90_isNumeric(o) { return (typeof(parseFloat(o).toString() == 'NaN'? 'xxx': parseFloat(o)) == "number" && parseFloat(o) != ''); }

function arc90_addEvent(e, meth, func, cap) {
	if (arc90_isString(e))	e = document.getElementById(e);

	if (e.addEventListener){
		e.addEventListener(meth, func, cap);
    	return true;
	}	else if (e.attachEvent)
		return e.attachEvent("on"+ meth, func);
	return false;
}

/* Nodes */
function arc90_newNode(t, i, s, x, c) {
	var node = document.createElement(t);
	if (x != null && x != '') {
		var n = document.createTextNode(x);
		node.appendChild(n);
	}
	if (i != null && i != '')
		node.id = i;
	if (s != null && s != '')
		node.className = s;
	if (c != null && c != '')
		node.appendChild(c);
	return node;
}

/* Onload */
 arc90_addEvent(window, 'load', arc90_linkpic); 


function decryptCharcode(n,start,end,offset){
	n=n+offset;
	if(offset>0&&n>end) {
		n=start+(n-end-1);
	} else if(offset<0&&n<start) { n=end-(start-n-1); }
  return String.fromCharCode(n);
}

function decryptString(enc,offset) {
	var dec="";
	var len=enc.length;
	for(var i=0;i<len;i++) {
		var n=enc.charCodeAt(i);
		if(n>=0x2B&&n<=0x3A) {
			dec+=decryptCharcode(n,0x2B,0x3A,offset);
			} else if(n>=0x40&&n<=0x5A){dec+=decryptCharcode(n,0x40,0x5A,offset);
			} else if(n>=0x61&&n<=0x7A){dec+=decryptCharcode(n,0x61,0x7A,offset);
			} else{dec+=enc.charAt(i);
		}
	}
  return dec;
}

function linkTo_UnCryptMailto(s){location.href=decryptString(s,-1);}

function SetzeCookie(name, value) {
  var argv    = SetzeCookie.arguments;
  var argc    = SetzeCookie.arguments.length;
  var expires = (argc > 2) ? argv[2] : null;
  var path    =  "/";
  var domain  = (argc > 4) ? argv[4] : null;
  var secure  = (argc > 5) ? argv[5] : false;
  document.cookie = name + "=" + escape(value) + (expires ? ("; expires=" + expires.toGMTString()) : "") + (path ? ("; path=" + path) : "") + (domain ? ("; domain=" + domain) : "") + (secure ? "; secure" : "");
}

