$(function(){
	loc = document.location.pathname.substr(1);
	$(".MainMenu a[href=/"+ loc.substr(0, loc.indexOf("/") + 1) +"]").addClass("current");
	$('.select select').selectbox();
	$('#Cart .howpay select').selectbox();
	$('form').cssRadio();
	$("#Partners").flywindow();
	$('input.contvalue').contvalue()
});
