var g_Resolution = "SMALL"
var g_BodyOffsetHeight = 0;
var g_SizeOffset = 0;
var g_Browser = false;



function WriteEmTo(argEmailAddress)
{
	  parent.location = decodeURI(argEmailAddress);    
}


function OpenWindow(argStatus)
{	
	 var tmpFileName = "Anfahrtsbeschreibung" + argStatus + ".html";
	 var tmpWindowName = "win0" + argStatus; 
	 window.open(tmpFileName,tmpWindowName,"scrollbars=yes,status=yes,toolbar=no,location=no,directories=no,resizable=yes,menubar=yes,width=820px,height=520px")
}




