// JavaScript Document
function hyperlinks(quelle)
   {
   switch (quelle)
      {
	
	
	
      	case 1000: location.href = "1000.htm";
	               break;
      	case 2000: location.href = "2000.htm";
	               break;
		case 3000: parent.location.href = "#";
	               break;
      	case 4000: parent.location.href = "#";
	               break;
     	case 5000: parent.location.href = "5000.htm";
	               break;   
	
	case 1: parent.location.href = "index.htm";
	           break;
	
	case 100000: parent.location.href = "100000.htm";
	           break;
	case 101000: parent.location.href = "101000.htm";
	           break;
	case 102000: parent.location.href = "102000.htm";
	           break;		   
	case 103000: parent.location.href = "103000.htm";
	           break;
	
	case 200000: parent.location.href = "200000.htm";
	           break;
    case 201000: parent.location.href = "201000.htm";
	           break;
	case 202000: parent.location.href = "202000.htm";
	           break;			   
	
	case 300000: parent.location.href = "300000.htm";
	           break;
	case 301000: parent.location.href = "301000.htm";
	           break;
	case 302000: parent.location.href = "302000.htm";
	           break;
	case 303000: parent.location.href = "303000.htm";
	           break;
	case 304000: parent.location.href = "304000.htm";
	           break;		   
			   
	case 400000: parent.location.href = "400000.php";
	           break;
	
	case 500000: parent.location.href = "500000.php";
	           break;
	
	case 600000: parent.location.href = "600000.htm";
	           break;
	
	  }
   }
   
   