dp = new Array(2);
dp[0] = 'none';
dp[1] = 'block';

popMens = new Array();

function rubNavi( v )
{
	if( v > 0 ) {
		document.all.ppRubsNav.innerHTML = '<a href="#" onClick="rubNavi(0)" title="Hier klicken die Sparten-Übersicht zu verbergen">Sparten Verbergen <img src="./img/but_rubclose.gif" width="11" height="11"  border="0"></a>';
		document.all.ppRubsUL.style.display = dp[1];
		document.all.pAmazon.style.display = dp[0];
	}
	else {
		document.all.ppRubsNav.innerHTML = '<a href="#" onClick="rubNavi( 1 )" title="Hier klicken um Partnerprogramme nach Sparten sortiert anzuzeigen">Sparten Anzeigen <img src="./img/but_rubopen.gif" width="11" height="11"  border="0"></a>';
		document.all.ppRubsUL.style.display = dp[0];
		document.all.pAmazon.style.display = dp[1];
	}
	return 1;
} 


function printAmazon()
{
	document.write('<iframe src="http://rcm-de.amazon.de/e/cm?t=max61-21&o=3&p=8&l=as1&asins=3833451130&fc1=000000&IS2=1&lt1=_blank&lc1=0000FF&bc1=FFFFFF&bg1=FFFFFF&f=ifr" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe>');
}
