if (navigator.platform == "Win32" && navigator.appName == "Microsoft Internet Explorer" && window.attachEvent) {
	window.attachEvent("onload", fixButtons);
}
function fixButtons(){
	var rslt = navigator.appVersion.match(/MSIE (\d+\.\d+)/, '');
	var itsAllGood = (rslt != null && Number(rslt[1]) >= 5.5 && Number(rslt[1]) <= 6.0);
	if (itsAllGood) {
		var sections = $$('#footer .baby');
		sections.each(function(section) {
            section.style.filter 		= "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+SKIN_URL+ 'images/baby_footer.png' + "', sizingMethod='scale')";
            section.style.width 		= '120px';
            section.style.height 		= '190px';
            section.style.background 	= 'none';
        });
		//.but .but_l { height:21px; width:6px; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.abss.at/work/bambinoworld/startseite/img/but_l.png', sizingMethod='crop'); background:none; }
		var sections = $$('.but .but_l');
		sections.each(function(section) {
            section.style.filter 		= "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+SKIN_URL+ 'images/but_l.png' + "', sizingMethod='crop')";
            section.style.width 		= '6px';
            section.style.height 		= '21px';
            section.style.background 	= 'none';
        });
		//.but_left_blue .but_l { height:21px; width:6px; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.abss.at/work/bambinoworld/startseite/img/but_l.png', sizingMethod='crop'); background:none; }
		var sections = $$('.but_left_blue .but_l');
		sections.each(function(section) {
            section.style.filter 		= "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+SKIN_URL+ 'images/but_l_lblue.png' + "', sizingMethod='crop')";
            section.style.width 		= '6px';
            section.style.height 		= '21px';
            section.style.background 	= 'none';
        });
		//.pink .but .but_l { height:21px; width:6px; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.abss.at/work/bambinoworld/startseite/img/but_l_pink.png', sizingMethod='crop'); background:none; }
		var sections = $$('.pink .but .but_l');
		sections.each(function(section) {
            section.style.filter 		= "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+SKIN_URL+ 'images/but_l_pink.png' + "', sizingMethod='crop')";
            section.style.width 		= '6px';
            section.style.height 		= '21px';
            section.style.background 	= 'none';
        });
		//.blue .but .but_l { height:21px; width:6px; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.abss.at/work/bambinoworld/startseite/img/but_l_blue.png', sizingMethod='crop'); background:none; }
		var sections = $$('.blue .but .but_l');
		sections.each(function(section) {
            section.style.filter 		= "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+SKIN_URL+ 'images/but_l_blue.png' + "', sizingMethod='crop')";
            section.style.width 		= '6px';
            section.style.height 		= '21px';
            section.style.background 	= 'none';
        });
		
		//.but .but_r { height:21px; width:6px; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.abss.at/work/bambinoworld/startseite/img/but_r.png', sizingMethod='crop'); background:none; }
		var sections = $$('.but .but_r');
		sections.each(function(section) {
            section.style.filter 		= "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+SKIN_URL+ 'images/but_r.png' + "', sizingMethod='crop')";
            section.style.width 		= '6px';
            section.style.height 		= '21px';
            section.style.background 	= 'none';
        });
		//.but_left_blue .but_r { height:21px; width:6px; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.abss.at/work/bambinoworld/startseite/img/but_r.png', sizingMethod='crop'); background:none; }
		var sections = $$('.but_left_blue .but_r');
		sections.each(function(section) {
            section.style.filter 		= "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+SKIN_URL+ 'images/but_r_lblue.png' + "', sizingMethod='crop')";
            section.style.width 		= '6px';
            section.style.height 		= '21px';
            section.style.background 	= 'none';
        });
		//.pink .but .but_r { height:21px; width:6px; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.abss.at/work/bambinoworld/startseite/img/but_r_pink.png', sizingMethod='crop'); background:none; }
		var sections = $$('.pink .but .but_r');
		sections.each(function(section) {
            section.style.filter 		= "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+SKIN_URL+ 'images/but_r_pink.png' + "', sizingMethod='crop')";
            section.style.width 		= '6px';
            section.style.height 		= '21px';
            section.style.background 	= 'none';
        });
		//.blue .but .but_r { height:21px; width:6px; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.abss.at/work/bambinoworld/startseite/img/but_r_blue.png', sizingMethod='crop'); background:none; }
		var sections = $$('.blue .but .but_r');
		sections.each(function(section) {
            section.style.filter 		= "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+SKIN_URL+ 'images/but_r_blue.png' + "', sizingMethod='crop')";
            section.style.width 		= '6px';
            section.style.height 		= '21px';
            section.style.background 	= 'none';
        });
		
		//.but .but_c { height:21px; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.abss.at/work/bambinoworld/startseite/img/but_m.png', sizingMethod='scale'); background:none; overflow:hidden; padding:0; }
		var sections = $$('.but .but_c');
		sections.each(function(section) {
            section.style.filter 		= "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+SKIN_URL+ 'images/but_m.png' + "', sizingMethod='scale')";
            section.style.height 		= '21px';
            section.style.background 	= 'none';
            section.style.overflow		= 'hidden'; 
            section.style.padding		= '0';
        });
		
		//.but_left_blue .but_c { height:21px; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.abss.at/work/bambinoworld/startseite/img/but_m.png', sizingMethod='scale'); background:none; overflow:hidden; padding:0; }
		var sections = $$('.but_left_blue .but_c');
		sections.each(function(section) {
            section.style.filter 		= "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+SKIN_URL+ 'images/but_m_lblue.png' + "', sizingMethod='scale')";
            section.style.height 		= '21px';
            section.style.background 	= 'none';
            section.style.overflow		= 'hidden'; 
            section.style.padding		= '0';
        });
		//.pink .but .but_c { height:21px; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.abss.at/work/bambinoworld/startseite/img/but_m_pink.png', sizingMethod='scale'); background:none; overflow:hidden; padding:0; }
		var sections = $$('.pink .but .but_c');
		sections.each(function(section) {
            section.style.filter 		= "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+SKIN_URL+ 'images/but_m_pink.png' + "', sizingMethod='scale')";
            section.style.height 		= '21px';
            section.style.background 	= 'none';
            section.style.overflow		= 'hidden'; 
            section.style.padding		= '0';
        });
		//.blue .but .but_c { height:21px; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.abss.at/work/bambinoworld/startseite/img/but_m_blue.png', sizingMethod='scale'); background:none; overflow:hidden; padding:0; }
		var sections = $$('.blue .but .but_c');
		sections.each(function(section) {
            section.style.filter 		= "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+SKIN_URL+ 'images/but_m_blue.png' + "', sizingMethod='scale')";
            section.style.height 		= '21px';
            section.style.background 	= 'none';
            section.style.overflow		= 'hidden'; 
            section.style.padding		= '0';
        });
		//.but2 .but_l { height:21px; width:6px; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.abss.at/work/bambinoworld/startseite/img/but_l.png', sizingMethod='crop'); background:none; }
		var sections = $$('.but2 .but_l');
		sections.each(function(section) {
            section.style.filter 		= "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+SKIN_URL+ 'images/but_l.png' + "', sizingMethod='crop')";
            section.style.height 		= '21px';
            section.style.width 		= '6px';
            section.style.background 	= 'none';
        });
		//.but2 .but_r { height:21px; width:6px; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.abss.at/work/bambinoworld/startseite/img/but_r.png', sizingMethod='crop'); background:none; }
		var sections = $$('.but2 .but_r');
		sections.each(function(section) {
            section.style.filter 		= "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+SKIN_URL+ 'images/but_r.png' + "', sizingMethod='crop')";
            section.style.height 		= '21px';
            section.style.width 		= '6px';
            section.style.background 	= 'none';
        });
		//.but2 .but_c { height:21px; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.abss.at/work/bambinoworld/startseite/img/but_m.png', sizingMethod='scale'); background:none; overflow:hidden; padding:0; }
		var sections = $$('.but2 .but_c');
		sections.each(function(section) {
            section.style.filter 		= "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+SKIN_URL+ 'images/but_m.png' + "', sizingMethod='scale')";
            section.style.height 		= '21px';
            section.style.background 	= 'none';
            section.style.overflow		= 'hidden'; 
            section.style.padding		= '0';
        });
		
		//.butbig .but_l { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.abss.at/work/bambinoworld/startseite/img/but_big_l.png', sizingMethod='crop'); background:none;height:29px; width:7px;  }
		var sections = $$('.butbig .but_l');
		sections.each(function(section) {
            section.style.filter 		= "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+SKIN_URL+ 'images/but_big_l.png' + "', sizingMethod='crop')";
            section.style.height 		= '29px';
            section.style.width 		= '7px';
            section.style.background 	= 'none';
        });
		//.butbig .but_c { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.abss.at/work/bambinoworld/startseite/img/but_big_m.png', sizingMethod='scale'); background:none;height:29px; overflow:hidden; padding:0; }
		var sections = $$('.butbig .but_c');
		sections.each(function(section) {
            section.style.filter 		= "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+SKIN_URL+ 'images/but_big_m.png' + "', sizingMethod='scale')";
            section.style.height 		= '29px';
            section.style.background 	= 'none';
            section.style.overflow		= 'hidden'; 
            section.style.padding		= '0';
        });
		//.butbig .but_r { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.abss.at/work/bambinoworld/startseite/img/but_big_r.png', sizingMethod='crop'); background:none;height:29px; width:7px; }
		var sections = $$('.butbig .but_r');
		sections.each(function(section) {
            section.style.filter 		= "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+SKIN_URL+ 'images/but_big_r.png' + "', sizingMethod='crop')";
            section.style.height 		= '29px';
            section.style.width 		= '7px';
            section.style.background 	= 'none';
        });
		
		//.butbig_blue .but_l { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.abss.at/work/bambinoworld/startseite/img/but_big_l.png', sizingMethod='crop'); background:none;height:29px; width:7px;  }
//		var sections = $$('.butbig_blue .but_l');
//		sections.each(function(section) {
//            section.style.filter 		= "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+SKIN_URL+ 'images/but_big_l_lblue.png' + "', sizingMethod='crop')";
//            section.style.height 		= '29px';
//            section.style.width 		= '7px';
//            section.style.background 	= 'none';
//        });
//		//.butbig_blue .but_c { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.abss.at/work/bambinoworld/startseite/img/but_big_m.png', sizingMethod='scale'); background:none;height:29px; overflow:hidden; padding:0; }
//		var sections = $$('.butbig_blue .but_c');
//		sections.each(function(section) {
//            section.style.filter 		= "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+SKIN_URL+ 'images/but_big_m_lblue.png' + "', sizingMethod='scale')";
//            section.style.height 		= '29px';
//            section.style.background 	= 'none';
//            //section.style.overflow		= 'hidden'; 
//            section.style.padding		= '0';
//        });
//		//.butbig_blue .but_r { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.abss.at/work/bambinoworld/startseite/img/but_big_r.png', sizingMethod='crop'); background:none;height:29px; width:7px; }
//		var sections = $$('.butbig_blue .but_r');
//		sections.each(function(section) {
//            section.style.filter 		= "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+SKIN_URL+ 'images/but_big_r_lblue.png' + "', sizingMethod='crop')";
//            section.style.height 		= '29px';
//            section.style.width 		= '7px';
//            section.style.background 	= 'none';
//            section.style.lineHeight	= '160%'
//        });
//		
		//.local_website { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.abss.at/work/bambinoworld/startseite/img/local_website.png', sizingMethod='crop'); background:none; }
		var sections = $$('.local_website');
		sections.each(function(section) {
            section.style.filter 		= "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+SKIN_URL+ 'images/local_website.png' + "', sizingMethod='crop')";
            section.style.background 	= 'none';
        });
		//.button-container .button { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.abss.at/work/bambinoworld/startseite/img/button.png', sizingMethod='crop'); background:none; }
		var sections = $$('.button-container .button');
		sections.each(function(section) {
            section.style.filter 		= "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+SKIN_URL+ 'images/button.png' + "', sizingMethod='crop')";
            section.style.background 	= 'none';
        });
		//.button-container .blue { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.abss.at/work/bambinoworld/startseite/img/button_blue.png', sizingMethod='crop'); background:none; }
		var sections = $$('.button-container .blue');
		sections.each(function(section) {
            section.style.filter 		= "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+SKIN_URL+ 'images/button_blue.png' + "', sizingMethod='crop')";
            section.style.background 	= 'none';
        });
		//.button-container .pink { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.abss.at/work/bambinoworld/startseite/img/button_pink.png', sizingMethod='crop'); background:none; }
		var sections = $$('.button-container .pink');
		sections.each(function(section) {
            section.style.filter 		= "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+SKIN_URL+ 'images/button_pink.png' + "', sizingMethod='crop')";
            section.style.background 	= 'none';
        });
		
		
		//background fixes
		var sections = $$('.vbot');
		sections.each(function(section) {
            section.style.background['image'] = 'none';
            section.style.height = '3px';
        });
		for (var i=0; i<document.all.length; i++){
			var obj = document.all[i];
			var bg = obj.currentStyle.backgroundImage;
			var img = document.images[i];
			if (bg && bg.match(/\.png/i) != null) {
				var img = bg.substring(5,bg.length-2);
				//alert(obj.className);
				if (obj.className != 'suche' && obj.className != 'top' && obj.className != 'drop_item' && obj.className != '' && obj.id != 'baby_top'){
					var offset = obj.style["background-position"];
					obj.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+img+"', sizingMethod='scale')";
					obj.style.background = "none";
					//obj.style.backgroundImage = "url('"+BLANK_IMG+"')";
					//obj.style["background-position"] = offset; // reapply
				}
//				else{
//					return;
//				}
			} 
		}
		
//		var sections = $$('.ieup30');
//		sections.each(function(section) {
//            section.style.marginTop 	= '-30px';
//        });
//		var sections = $$('.ieleft55');
//		sections.each(function(section) {
//            section.style.marginLeft 	= '55px';
//        });
	}
}