function hover_main(id){	$("#main"+id).addClass('td'+id+'_h');	$("#sub"+id).addClass('showblock');}function out_main(id){	$("#main"+id).removeClass('td'+id+'_h');	$("#main"+id).addClass('td'+id);	$("#sub"+id).removeClass('showblock');	$("#sub"+id).addClass('hidden');}function select(tab,tabhead){	$(".tab").addClass('hidden');	$("#"+tab).removeClass('hidden');	$(".tabhead").removeClass('tab_a');	$(".tabhead").addClass('tab_p');	$("#"+tabhead).removeClass('tab_p');	$("#"+tabhead).addClass('tab_a');	return false;} function basketAdd(id){	$('#ba'+id).load('/basket/add/id/'+id);	return false;}function basketRemove(id){	$('#basket').load('/basket/remove/id/'+id);	return false;}function basketClean(id){	$('#basket').load('/basket/clean/');	return false;}function ingoPrint(current){	var datas = $('#print_content').html();	var url = window.location;	document.getElementById("printBody").style.width = "400px";	document.getElementById("printBody").style.padding = "20px";	$('#printBody').html(datas);	print(current);	setTimeout("red('"+url+"')",4000);}function banner(div_id, file, loc, width, height){	var so = new SWFObject("/uploads/"+loc+"/"+file, "player", width, height, "8", "#FFFFFF");	so.addParam("scale", "scale");		so.addParam("menu", "false");	so.addParam("wmode", "transparent");	so.write(div_id); }function red(ur){	window.location =ur;}
