	function ausele(id)
		{
				switch(id){
					case "orange" : 
								document.getElementById('paint').style.background='#ffa217'; 
								document.getElementById('ausele1').className="form_top1211";
								document.getElementById('ausele2').className="form_top122";
								document.getElementById('apacia').className="form_bottom";
								document.getElementById('special1').value="0";
								 break;
					case "yallow" : 
								document.getElementById('paint').style.background='#ffb400';  
								document.getElementById('ausele1').className="form_top121";
								document.getElementById('ausele2').className="form_top1221";
								document.getElementById('apacia').className="form_bottom2";
								document.getElementById('special1').value="1";
								break;
					}
			}
function auselekaire(id)
		{
				switch(id){
					case "orange" : 
								document.getElementById('paint').style.background='#ffa217'; 
								document.getElementById('ausele1').className="form_top_left1211";
								document.getElementById('ausele2').className="form_top_left122";
								document.getElementById('apacia').className="form_bottom_left";
								document.getElementById('special1').value="0";
								 break;
					case "yallow" : 
								document.getElementById('paint').style.background='#ffb400';  
								document.getElementById('ausele1').className="form_top_left121";
								document.getElementById('ausele2').className="form_top_left1221";
								document.getElementById('apacia').className="form_bottom2_left";
								document.getElementById('special1').value="1";
								break;
					}
			}
function popImg(thePage,wt,ht){ 
if(!wt)wt=300;
if(!ht)ht=300;
leftPos=100;
topPos =100;
 window.open("http://www.novaturas.lt/view_image.php?src="+thePage,'aWin2','toolbars=no,resizable=yes,scrollbars=no,status=yes,left='+leftPos+',top='+topPos+',width='+wt+',height='+ht) ;
} 			
			
