var tpWindow;

function openPartnerRegistration() {
	var winParams = "width=630,height=580,left=50,top=50";
	var	link = "tp_anmeldung.php";
	tpWindow =  window.mainFrame.open(link, "PartnerRegistration", winParams);
	tpWindow.focus();
} 




function setPartnersCourseId(anId) {
	window.mainFrame.document.location.href = "../p_tanzpartner/tp_f1.php";
	tpWindow.focus();
	tpWindow.document.getElementById('Kurs').value = anId;
}

