function printWindow() {
   	bV = parseInt(navigator.appVersion)
   	if (bV >= 4)
		window.print()
}

function MM_openBrWindow(theURL,winName,features) {
	window.open(theURL,winName,features);
}

function resetField(field) {
	obj = document.getElementById(field);
	if (obj.selectedIndex != 0) {
		document.write('<a href=\"#\" onclick=\"document.getElementById(\'' + field + '\').selectedIndex=0; wait()\"><img src=\"http://content.modix.de/userdata/8623/layout/haendlergruppe/formfieldresethigh_neutral.gif\" border=\"0\" class=\"reset-button\" alt=\"Zurücksetzen\" \/><\/a>'); 
	}
	else {
		document.write('<img src="http://content.modix.de/userdata/8623/layout/haendlergruppe/formfieldresetlow_neutral.gif" class=\"reset-button\" \/>');
	}
}
