function evalKeyForSubmit(e, frm) {
	if(e.keyCode == 13) {
		validateForm('memberLoginForm', false, false, false,  'de')
	} else {
		return true;  
	} // if-else
} // function  

function highLight(id) {
	
	if ($("#"+id).hasClass("wNoHighlight_"+id)) {
		$("#"+id).removeClass("wNoHighlight_"+id).addClass("wHighLight_"+id);
	} else {
		$("#"+id).removeClass("wHighLight_"+id).addClass("wNoHighlight_"+id);
	}
	
} // function

function showElement(id, className) {
	$("#"+id+"_infoText").addClass(className);
}

function hideElement(id, className) {
	$("#"+id+"_infoText").removeClass(className);
}

function togglePlatz(id) {
	
	var ieBrowser = false
	if ($.browser.msie) {
		if (jQuery.browser.version == "7.0") {
			var ieBrowser = true;
		} // if
	} // if

	
	if (id == "frei") {
		if (ieBrowser) {
			$("#freiPlaetzeCDiv").css("position", "relative");
			$("#hallenPlaetzeCDiv").css("position", "").hide();
		} else {
			$("#freiPlaetzeCDiv").css("z-index", "1");
			$("#hallenPlaetzeCDiv").css("z-index", "0");
		} // if-else
		$("#freiPlatzText").removeClass('displayNone').addClass('displayInline');
		$("#hallenPlatzText").removeClass('displayInline').addClass('displayNone');
		$("#freiplatzBar a").css({
								   "background"			:	"url(/templates/tennistool.at/pix/freiplaetze.png) no-repeat 0 -44px",
								   "height"				:	"34px",
								   "padding"			:	"10px 0 0 51px",
								   "display"			: 	"block",
								   "width"				: 	"88px",
								   "float"				: 	"left",
								   "text-decoration"	: 	"none",
								   "color"				: 	"#303019",
								   "font-size"			: 	"13px"
								   });
		$("#hallenplatzBar a").css({
								   "background"			:	"url(/templates/tennistool.at/pix/hallenplaetze.png) no-repeat 0 0",
								   "height"				:	"34px",
								   "padding"			:	"10px 0 0 51px",
								   "display"			: 	"block",
								   "width"				: 	"88px",
								   "float"				: 	"left",
								   "text-decoration"	: 	"none",
								   "color"				: 	"#303019",
								   "font-size"			: 	"13px"
								   });
	} // if
	
	if (id == "halle") {
		if (ieBrowser) {
			$("#freiPlaetzeCDiv").css("position", "");
			$("#hallenPlaetzeCDiv").css("position", "relative").show();
		} else {
			$("#freiPlaetzeCDiv").css("z-index", "0");
			$("#hallenPlaetzeCDiv").css("z-index", "1");
		} // if-else
		$("#freiPlatzText").removeClass('displayInline').addClass('displayNone');
		$("#hallenPlatzText").removeClass('displayNone').addClass('displayInline');
		$("#freiplatzBar a").css({
								   "background"			:	"url(/templates/tennistool.at/pix/freiplaetze.png) no-repeat 0 0",
								   "height"				:	"34px",
								   "padding"			:	"10px 0 0 51px",
								   "display"			: 	"block",
								   "width"				: 	"88px",
								   "float"				: 	"left",
								   "text-decoration"	: 	"none",
								   "color"				: 	"#303019",
								   "font-size"			: 	"13px"
								   });
		
		$("#hallenplatzBar a").css({
								   "background"			:	"url(/templates/tennistool.at/pix/hallenplaetze.png) no-repeat 0 -44px",
								   "height"				:	"34px",
								   "padding"			:	"10px 0 0 51px",
								   "display"			: 	"block",
								   "width"				: 	"88px",
								   "float"				: 	"left",
								   "text-decoration"	: 	"none",
								   "color"				: 	"#303019",
								   "font-size"			: 	"13px"
								   });
			} // if
	
} // function

function toggleVereinPlatz(id) {
	
	if (id == "frei") {
		$("#resourceFreiplatz").show();
		$("#resourceHallenplatz").hide();
		$("#freiplatzBar a").css({
								   "background"			:	"url(/templates/tennistool.at/pix/hallenplaetze.png) no-repeat 0 -44px",
								   "height"				:	"34px",
								   "padding"			:	"10px 0 0 51px",
								   "display"			: 	"block",
								   "width"				: 	"88px",
								   "float"				: 	"left",
								   "text-decoration"	: 	"none",
								   "color"				: 	"#303019",
								   "font-size"			: 	"13px"
								   });
		$("#hallenplatzBar a").css({
								   "background"			:	"url(/templates/tennistool.at/pix/hallenplaetze.png) no-repeat 0 0",
								   "height"				:	"34px",
								   "padding"			:	"10px 0 0 51px",
								   "display"			: 	"block",
								   "width"				: 	"88px",
								   "float"				: 	"left",
								   "text-decoration"	: 	"none",
								   "color"				: 	"#303019",
								   "font-size"			: 	"13px"
								   });
	} // if
	
	if (id == "halle") {
		$("#resourceFreiplatz").hide();
		$("#resourceHallenplatz").show();
		$("#freiplatzBar a").css({
								   "background"			:	"url(/templates/tennistool.at/pix/hallenplaetze.png) no-repeat 0 0",
								   "height"				:	"34px",
								   "padding"			:	"10px 0 0 51px",
								   "display"			: 	"block",
								   "width"				: 	"88px",
								   "float"				: 	"left",
								   "text-decoration"	: 	"none",
								   "color"				: 	"#303019",
								   "font-size"			: 	"13px"
								   });
		
		$("#hallenplatzBar a").css({
								   "background"			:	"url(/templates/tennistool.at/pix/hallenplaetze.png) no-repeat 0 -44px",
								   "height"				:	"34px",
								   "padding"			:	"10px 0 0 51px",
								   "display"			: 	"block",
								   "width"				: 	"88px",
								   "float"				: 	"left",
								   "text-decoration"	: 	"none",
								   "color"				: 	"#303019",
								   "font-size"			: 	"13px"
								   });
			} // if
	
} // function
