function partnerwebGenerate(lang, height, frameborder) {
	if (height<680)
		height = 680;
	
	document.write('<iframe id="partnerweb_iframe" height="'+height+'" width="815" align="left" frameborder="'+frameborder+'" src="http://partner.rodenberg.ag/'+lang+'/produkte/haustuerfuellungen/"><p>Partnerweb</p></iframe>');
}

function partnerwebGeneratePopupLink(lang, height, linktext, css_class) {
	document.write("<a href=\"#\" onclick=\"javascript:window.open('http://partner.rodenberg.ag/"+lang+"/produkte/haustuerfuellungen/', 'Partnerweb', 'location=no, menubar=no, scrollbars=yes, status=no, titlebar=no, toolbar=no, resizable=no, directories=no, width=815, height="+height+"'); return false;\" class=\""+css_class+"\">"+linktext+"</a>");
}
