<!--
     
size1=8; 
size2=7;
size3=9;

 
 
 if((navigator.platform)== "Win32")
 {
 /*document.write("Windows PC");*/
 
 	if((navigator.appName)=="Microsoft Internet Explorer")
	 {
 
 		/*document.write(" und Internet Explorer");*/
 			if(navigator.appVersion.substring(0,1) == "4")
 			{
 			   	document.writeln (" <link href='../style/antiken.css' rel='STYLESHEET' type='text/css'>")
 			   	
 				/*document.write("  Browser der 4. Generation!")*/
 			};
			if(navigator.appVersion.substring(0,1) == "5")
			{
			    document.writeln (" <link href='../style/antiken.css' rel='STYLESHEET' type='text/css'>")
			    
 				/*document.write("  Browser der 5. Generation!")*/
 			};
			if(navigator.appVersion.substring(0,1) == "6")
 			{
 				document.writeln (" <link href='../style/antiken.css' rel='STYLESHEET' type='text/css'>")
 				
 				/*document.write("  Browser der 6. Generation!")*/
 			};
 	};
 
 if((navigator.appName)=="Netscape")
	 {
 
 		/*document.write(" und Netscape");*/
 			if(navigator.appVersion.substring(0,1) == "4")
 			{
 			   	document.writeln (" <link href='../style/antiken_p_n_4.css' rel='STYLESHEET' type='text/css'>")
 			   	
 				/*document.write(" Browser der 4. Generation!")*/
 			};
			if(navigator.appVersion.substring(0,1) == "5")
			{
				document.writeln (" <link href='../style/antiken.css' rel='STYLESHEET' type='text/css'>")
				
 				/*document.write("  Browser der 5. Generation!")*/
 			};
			if(navigator.appVersion.substring(0,1) == "6")
 			{
 				document.writeln (" <link href='../style/antiken.css' rel='STYLESHEET' type='text/css'>")
 				/*document.write("  Browser der 6. Generation!")*/
 			};
 	};
 
 };


 if((navigator.platform)== "MacPPC")
 {
 /*document.write("Mac");*/
 
 	if((navigator.appName)=="Microsoft Internet Explorer")
	 {
 
 		/*document.write(" und Internet Explorer");*/
 			if(navigator.appVersion.substring(0,1) == "4")
 			
 			{
 			   document.writeln (" <link href='../style/antiken.css' rel='STYLESHEET' type='text/css'>")
 			   
 				/*document.write("  Browser der 4. Generation!")*/
 			};
			if(navigator.appVersion.substring(0,1) == "5")
			{
			   document.writeln (" <link href='../style/antiken.css' rel='STYLESHEET' type='text/css'>")
			   
 				/*document.write("  Browser der 5. Generation!")*/
 			};
			if(navigator.appVersion.substring(0,1) == "6")
 			{
 				document.writeln (" <link href='../style/antiken.css' rel='STYLESHEET' type='text/css'>")
 				
 				/*document.write("  Browser der 6. Generation!")*/
 			};
 	};
 
 if((navigator.appName)=="Netscape")
	 {
 
 		/*document.write(" und Netscape");*/
 			if(navigator.appVersion.substring(0,1) == "4")
 			{
 				document.writeln (" <link href='../style/antiken_m_n_4.css' rel='STYLESHEET' type='text/css'>")
 				
 				/*document.write(" Browser der 4. Generation!")*/
 			};
			if(navigator.appVersion.substring(0,1) == "5")
			{
				document.writeln (" <link href='../style/antiken_m_n_5.css' rel='STYLESHEET' type='text/css'>")
				
 				/*document.write("  Browser der 5. Generation!")*/
 			};
			if(navigator.appVersion.substring(0,1) == "6")
 			{
 				document.writeln (" <link href='../style/antiken.css' rel='STYLESHEET' type='text/css'>")
 				/*document.write("  Browser der 6. Generation!")*/
 			};
 	};
 
 };

 
   //-->