<!--

function ShowProducts(currentDivId, id){
	var x;
	var y;
	var divIdName;
	var bannerID;
	
	if (isNS4 == 0){
		//comment
		if (currentDivId == 'gpfenglish'){
			//Back Ground Images
			document.getElementById('cellenglish').style.backgroundImage = "url('/nr/img/buttonbar-nibl-active.gif')";
			document.getElementById('cellfrancais').style.backgroundImage = "url('/nr/img/buttonbar-body-inactive.gif')";
			document.getElementById('cellitaliano').style.backgroundImage = "url('/nr/img/buttonbar-body-inactive.gif')";
			document.getElementById('celldeutsch').style.backgroundImage = "url('/nr/img/buttonbar-body-inactive.gif')";
			document.getElementById('cellespanol').style.backgroundImage = "url('/nr/img/buttonbar-nibr-inactive.gif')";
			//Font
			document.getElementById('linkenglish').style.color = "";
			document.getElementById('linkfrancais').style.color = "#666666";
			document.getElementById('linkitaliano').style.color = "#666666";
			document.getElementById('linkdeutsch').style.color = "#666666";
			document.getElementById('linkespanol').style.color = "#666666";


		}else if(currentDivId == 'gpffrancais'){
			document.getElementById('cellenglish').style.backgroundImage = "url('/nr/img/buttonbar-nibl-inactive.gif')";
			document.getElementById('cellfrancais').style.backgroundImage = "url('/nr/img/buttonbar-body-active.gif')";
			document.getElementById('cellitaliano').style.backgroundImage = "url('/nr/img/buttonbar-body-inactive.gif')";
			document.getElementById('celldeutsch').style.backgroundImage = "url('/nr/img/buttonbar-body-inactive.gif')";
			document.getElementById('cellespanol').style.backgroundImage = "url('/nr/img/buttonbar-nibr-inactive.gif')";
			//Font
			document.getElementById('linkenglish').style.color = "#666666";
			document.getElementById('linkfrancais').style.color = "";
			document.getElementById('linkitaliano').style.color = "#666666";
			document.getElementById('linkdeutsch').style.color = "#666666";
			document.getElementById('linkespanol').style.color = "#666666";

		}else if(currentDivId == 'gpfitaliano'){
			document.getElementById('cellenglish').style.backgroundImage = "url('/nr/img/buttonbar-nibl-inactive.gif')";
			document.getElementById('cellfrancais').style.backgroundImage = "url('/nr/img/buttonbar-body-inactive.gif')";
			document.getElementById('cellitaliano').style.backgroundImage = "url('/nr/img/buttonbar-body-active.gif')";
			document.getElementById('celldeutsch').style.backgroundImage = "url('/nr/img/buttonbar-body-inactive.gif')";
			document.getElementById('cellespanol').style.backgroundImage = "url('/nr/img/buttonbar-nibr-inactive.gif')";
			//Font
			document.getElementById('linkenglish').style.color = "#666666";
			document.getElementById('linkfrancais').style.color = "#666666";
			document.getElementById('linkitaliano').style.color = "";
			document.getElementById('linkdeutsch').style.color = "#666666";
			document.getElementById('linkespanol').style.color = "#666666";

		}else if(currentDivId == 'gpfdeutsch'){
			document.getElementById('cellenglish').style.backgroundImage = "url('/nr/img/buttonbar-nibl-inactive.gif')";
			document.getElementById('cellfrancais').style.backgroundImage = "url('/nr/img/buttonbar-body-inactive.gif')";
			document.getElementById('cellitaliano').style.backgroundImage = "url('/nr/img/buttonbar-body-inactive.gif')";
			document.getElementById('celldeutsch').style.backgroundImage = "url('/nr/img/buttonbar-body-active.gif')";
			document.getElementById('cellespanol').style.backgroundImage = "url('/nr/img/buttonbar-nibr-inactive.gif')";
			//Font
			document.getElementById('linkenglish').style.color = "#666666";
			document.getElementById('linkfrancais').style.color = "#666666";
			document.getElementById('linkitaliano').style.color = "#666666";
			document.getElementById('linkdeutsch').style.color = "";
			document.getElementById('linkespanol').style.color = "#666666";

		}else if(currentDivId == 'gpfespanol'){
			document.getElementById('cellenglish').style.backgroundImage = "url('/nr/img/buttonbar-nibl-inactive.gif')";
			document.getElementById('cellfrancais').style.backgroundImage = "url('/nr/img/buttonbar-body-inactive.gif')";
			document.getElementById('cellitaliano').style.backgroundImage = "url('/nr/img/buttonbar-body-inactive.gif')";
			document.getElementById('celldeutsch').style.backgroundImage = "url('/nr/img/buttonbar-body-inactive.gif')";
			document.getElementById('cellespanol').style.backgroundImage = "url('/nr/img/buttonbar-nibr-active.gif')";
			//Font
			document.getElementById('linkenglish').style.color = "#666666";
			document.getElementById('linkfrancais').style.color = "#666666";
			document.getElementById('linkitaliano').style.color = "#666666";
			document.getElementById('linkdeutsch').style.color = "#666666";
			document.getElementById('linkespanol').style.color = "";

		}

		//comment
		for (x=0; x<=4; x++){

			//comment
			if (x == 0){
				divIdName = 'gpfenglish';
			}else if(x == 1){
				divIdName = 'gpffrancais';
			}else if(x == 2){
				divIdName = 'gpfitaliano';
			}else if(x == 3){
				divIdName = 'gpfdeutsch';
			}else if(x == 4){
				divIdName = 'gpfespanol';
			}
			if (x == 0){
				bannerID = 'BA_english';
			}else if(x == 1){
				bannerID = 'BA_francais';
			}else if(x == 2){
				bannerID = 'BA_italiano';
			}else if(x == 3){
				bannerID = 'BA_deutsch';
			}else if(x == 4){
				bannerID = 'BA_espanol';
			}

				//comment
				if(document.layers){
					//comment
					if (currentDivId == 'gpfenglish'){
						y = 0;
					}else if(currentDivId == 'gpffrancais'){
						y = 1;
					}else if(currentDivId == 'gpfitaliano'){
						y = 2;
					}else if(currentDivId == 'gpfdeutsch'){
						y = 3;
					}else if(currentDivId == 'gpfespanol'){
						y = 4;
					}

					//comment
					if (document.layers[y] == document.layers[x]){
						document.layers[x].visibility = "visible";
					}else{
						document.layers[x].visibility = "hidden";
					}


				}

				//comment
				if(document.all)
					{
				    if (document.getElementById(divIdName) == document.getElementById(currentDivId))
				    	{
						document.getElementById(divIdName).style.display = 'block';
						if(document.getElementById(bannerID) != null)
							document.getElementById(bannerID).style.display = 'block';
						}
					else
						{
						document.getElementById(divIdName).style.display = 'none';
						if(document.getElementById(bannerID) != null)
							document.getElementById(bannerID).style.display = 'none';
						}
				    //var layerObj = document.getElementById(divId);
				}

				//comment
				if(!document.all && document.getElementById){
				    thisbrowser="NN6";
				    if (document.getElementById(divIdName) == document.getElementById(currentDivId))
				    	{
						document.getElementById(divIdName).style.display = 'block';
						if(document.getElementById(bannerID) != null)
							document.getElementById(bannerID).style.display = 'block';
						}
					else
						{
						document.getElementById(divIdName).style.display = 'none';
						if(document.getElementById(bannerID) != null)
							document.getElementById(bannerID).style.display = 'none';
						}
				    //var layerObj = document.getElementById('english');
				}	

		}
    
    }else{	//Else if NS4
    
    	var netscapeWindowHref;
    	
    	netscapeWindowHref = window.location.href;
    	
    	if (netscapeWindowHref.indexOf('?') > 0){
    		//alert(netscapeWindowHref)
    		netscapeWindowHref = netscapeWindowHref.substr(0, netscapeWindowHref.indexOf('?'));
    	}
    
    	if (currentDivId == 'gpfenglish'){

		window.location.href = netscapeWindowHref + '?NN4=english'

	}else if(currentDivId == 'gpffrancais'){
	
		window.location.href = netscapeWindowHref + '?NN4=francais'

	}else if(currentDivId == 'gpfitaliano'){
		
		window.location.href = netscapeWindowHref + '?NN4=italiano'

	}else if(currentDivId == 'gpfdeutsch'){
		window.location.href = netscapeWindowHref + '?NN4=deutsch'

	}else if(currentDivId == 'gpfespanol'){
		window.location.href = netscapeWindowHref + '?NN4=espanol'

	}
    }
    
}

//-->