var sp = 5;
var nowimg='';


//visual action
function actionover(){
	setTimeout("bytefx.size(document.getElementById('image_shema'),{width:242,height:191},10)",sp);
}
function actionout(){
	setTimeout("bytefx.size(document.getElementById('image_shema'),{width:0,height:191},10)",sp);
}
function action(){
	setTimeout("bytefx.size(document.getElementById('image_shema'),{width:242,height:191},10)",1);
}

//discount
jQuery.noConflict();
jQuery(document).ready(function(){
	jQuery('#discount dl').hide();
	jQuery('#discount h2').bind('click', function(){
		jQuery(this).parent().children('dl').toggle(500);
	});
});

