function InsertData() {
	if (document.getElementById("Banner")) {
		var k;
		imgprint=1;
		imgall=1;
		var ran=new Array(imgprint-1);
		
		function random_number() {
			return Math.round(Math.random() * imgall);
		}
		function check(num) {
			while(k!=num) {
				ran[num]=random_number();
				k=0;
				for(a=0;a<num;a++) {
					if(ran[a]!=ran[num]) {
						k++
					}
				}
			}
		}
		
		ran[0]=random_number();
		
		for(a=1;a<imgprint;a++) {
			check(a);
		}
		img=new Array(imgall);
		width=new Array(imgall);
		height=new Array(imgall);
		img[0]="http://www.skoda-avto.ru/pics/x.gif"; width[0]="1"; height[0]="1";
		img[1]="http://www.skoda-avto.ru/pics/x.gif"; width[1]="1"; height[1]="1";		
	//	img[0]="http://www.skoda-avto.ru/flash/akcii_dlia_dillerov.swf"; width[0]="132"; height[0]="190"; 
	//	img[1]="http://www.skoda-avto.ru/flash/akcii_dlia_dillerov.swf"; width[1]="132"; height[1]="190";
		
		for(i=0;i<imgall;i++) {
			document.getElementById("Banner").innerHTML = '<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0\" width=\"'+width[ran[i]]+'\" height=\"'+height[ran[i]]+'\"><param name=\"movie\" value=\"'+img[ran[i]]+'\"><param name=\"quality\" value=\"high\"><param name=\"menu\" value=\"false\" /><param name=\"wmode\" value=\"transparent\" /><param name=\"bgcolor\" value=\"#000000\" /><embed src=\"'+img[ran[i]]+'\"quality=\"high\" menu=\"false\" wmode=\"transparent\" bgcolor=\"#000000\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\" type=\"application/x-shockwave-flash\" width=\"'+width[ran[i]]+'\" height=\"'+height[ran[i]]+'\"></embed></object>';
		}
	}
//	if (document.getElementById("InsertedData")) {
//		document.getElementById("InsertedData").innerHTML = '';
		// '<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td align=\"left\"><table width=\"212\" height=\"200\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" style=\"border: 1px solid #ffffff;\"><tr><td width=\"212\" height=\"100\">&#160;</td></tr><tr><td width=\"212\" height=\"100\" class=\"bkgD\">&#160;</td></tr></table></td><td align=\"right\"><table width=\"212\" height=\"200\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" style=\"border: 1px solid #ffffff;\"><tr><td width=\"212\" height=\"100\">&#160;</td></tr><tr><td width=\"212\" height=\"100\" class=\"bkgD\">&#160;</td></tr></table></td></tr></table>';
//	}       //<script>var k;imgprint=1;imgall=2;var ran=new Array(imgprint-1);function random_number(){return Math.round(Math.random() * imgall);}function check(num){while(k!=num){ran[num]=random_number();k=0;for(a=0;a<num;a++){if(ran[a]!=ran[num]){k++}}}}ran[0]=random_number();for(a=1;a<imgprint;a++){check(a);}img=new Array(imgall);width=new Array(imgall);height=new Array(imgall);img[0]=\"http://www.skoda-avto.ru/flash/ban_yeti_132x190.swf\"; width[0]=\"132\"; height[0]=\"190\";img[1]=\"http://www.skoda-avto.ru/flash/ban_132x190.swf\"; width[1]=\"132\"; height[1]=\"190\";for(i=0;i<imgprint;i++){document.write('<object classid=\\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\\" codebase=\\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0\\" width=\\"'+width[ran[i]]+'\\" height=\\"'+height[ran[i]]+'\\"><param name=\\"movie\\" value=\\"'+img[ran[i]]+'\\"><param name=\\"quality\\" value=\\"high\\"><param name=\\"menu\\" value=\\"false\\" /><embed src=\\"'+img[ran[i]]+'\\"quality=\\"high\\" menu=\\"false\\" pluginspage=\\"http://www.macromedia.com/go/getflashplayer\\" type=\\"application/x-shockwave-flash\\" width=\\"'+width[ran[i]]+'\\" height=\\"'+height[ran[i]]+'\\"></embed></object>');}<//script>
}

function showhide2(id1, id2) {
	if (id1 != '') showhide2_v(id1);
	if (id2 != '') showhide2_v(id2);
}

function showhide2_v(id) {
	if (document.getElementById(id).style.display == 'none') {
		document.getElementById(id).style.display = 'block';
		document.getElementById('td_'+id).className = 'table_title1';
        document.getElementById('pic_'+id).src = 'http://www.skoda-avto.ru/pics/optionminus.gif';		
	} else {
		document.getElementById(id).style.display = 'none';
		document.getElementById('td_'+id).className = 'table_title';
        document.getElementById('pic_'+id).src = 'http://www.skoda-avto.ru/pics/optionplus.gif';
	}
	
}