
function container(formular)
{	
	
  //  var Griffe = document.forms.container.griffe.selectedIndex;
  //var schloss_var =  formular.schloss;
  var farbe_var   = formular.farbe; 
  var griff_var	  = formular.griff;
  //  var Schloss =la.schloss.selectedIndex;
    
   // var AnzElemente = document.getElementById( "id1" ).getElementsByTagName( "option" ).length;
	
    //var string='';
    for (i=0;i<=1;i++)
    {
    	if(griff_var[i].checked==true)
    	{break;}
    	else
    	{
    	i++;
    	}
    }
    
    	//alert("das ist elemente:"+farbe_var.selectedIndex+" haha "+i );
	
    	
    
   		

    		if(farbe_var.selectedIndex==0) //grau
    					{
    								
    								if(i==2) // Bogen matall
    								{
    								document.location.href="http://www.bueromoebel-express.de/product_info.php/info/p373_Standcontainer-grau-mit-Haengeauszug-Bogengriff-Metall.html";
    								}
    							
    								if(i==0) //reling
    								{
    								document.location.href="http://www.bueromoebel-express.de/product_info.php/info/p369_Standcontainer-grau-mit-Haengeauszug-Relinggriff-Kunstoff.html";
    								}
    					}					
    					else if(farbe_var.selectedIndex==1) //buche
    					{
    						
    								if(i==2) //metal
    								{
    								document.location.href="http://www.bueromoebel-express.de/product_info.php/info/p375_Standcontainer-buche-mit-Haengeauszug-Bogengriff-Metall.html";
    								}
    								
    								if(i==0)//reling
    								{
    								document.location.href="http://www.bueromoebel-express.de/product_info.php/info/p372_Standcontainer-buche-mit-Haengeauszug-Relinggriff-Kunstoff.html";
									}
    					
    					}
    					else if(farbe_var.selectedIndex==2) //ahorn
    					{
    				
    								
    								if(i==2)// Bogen matall
    								{
    								document.location.href="http://www.bueromoebel-express.de/product_info.php/info/p374_Standcontainer-ahorn-mit-Haengeauszug-Bogengriff-Metall.html"
    								}
    								
    								if(i==0)//reling
    								{
    								document.location.href="http://www.bueromoebel-express.de/product_info.php/info/p370_Standcontainer-ahorn-mit-Haengeauszug-Relinggriff-Kunstoff.html"
    								}
    					
    					}
    					else if(farbe_var.selectedIndex==3) // Nussbaum
    					{
    								
    								 if(i==2)// Bogen matall
    								{
    								document.location.href="http://www.bueromoebel-express.de/product_info.php/info/p376_Standcontainer-Nussbaum-Havanna-mit-Haengeauszug-Bogengriff.html"
    								}
    								
    								if (i==0)//reling
    								{
    								document.location.href="http://www.bueromoebel-express.de/product_info.php/info/p371_Standcontainer-Nussbaum-Havanna-mit-Haengeauszug-Relinggriff.html"
    								}
    					
    					}

		
 }
