


<!--
   window.onerror=donothing;

if(parent.name=="index1"){
document.bgColor="#9980ff" ;document.write("<style type='text/css'>p{color:white}</style>")
};
if(parent.name=="index2"){
document.bgColor="#009999"; 
document.write("<style type='text/css'>p{color:white;text-align:justify; font-family:verdana}</style>")
};
if(parent.name=="index3"){
document.bgColor="#ffffff" ;
document.write("<style type='text/css'>p{color:black}</style>")
};
if(parent.name=="index4"){
document.bgColor="#006666" ;
document.write("<style type='text/css'>p{color:white}</style>")
};
if(parent.name=="index5"){
document.bgColor="#999966" ; 
document.write("<style type='text/css'>p{color:white}</style>")
};
if(parent.name=="index6"){
document.bgColor="#FFFFFF" ; 
document.write("<style type='text/css'>p{color:white}</style>")
};
if(parent.name=="index8"){
document.bgColor="#339966" ; 
document.write("<style type='text/css'>p{color:white}</style>")
};

function donothing(){
    
	return  true;

     }


//-->

