//
//	OpenWindow
//

function MM_openBrWindow(theURL,winName,features)
{
	window.open(theURL,winName,features);
}

function tac()
{
	MM_openBrWindow('termsConditions.html','Teilnahmebedingungen','height=300,width=594,scrollbars=yes');
}

function dataprotection()
{
	MM_openBrWindow('dataProtection.html','Datenschutz','height=750,width=594,scrollbars=yes');
}

function tagVoucher()
{
	// Sophus call
	tc_log('/Downloads/Voucher');
}

function tagHandlersuche()
{
	// Sophus call
	tc_log('/Downloads/Handlersuche');
}

function tagProspekt()
{
	// Sophus call
	tc_log('/Downloads/Prospekt');
}


