function add(id)
	{window.location.href='add2cart.php?id='+id;//alert ('Добавление товара');
}

function go(id)
	{window.location.href='product_detail.php?id='+id;//alert ('Информация о товаре');
}
function spec(id)
	{window.location.href='special.php?id='+id;
}
function checksubscribe()
	{ 
	var emailReg = "^[\\w-_\.]*[\\w-_\.]\@[\\w]\.+[\\w]+[\\w]$";
	var regex = new RegExp(emailReg);
	ret = regex.test(document.getElementById("newsform").email.value);
	if (!ret) alert('Введен неправильный e-mail');
	return ret;
}
function scroll2bath() {
$('html, body').stop().animate({
			scrollTop: $('#prod').offset().top
		}, 1000);
}
/* main_functions */
function changelen (el) {
return loadgoods();
	//$('#prod').attr('selectedIndex',0) ;
	$('#baths').load('/ajax/get_bath.php?length='+el.value, {length: '170'} //,  function () {})
	,
		function () {
			scroll2bath();
			$('#baths img').click(
				function(){
					$('#gidro').load('/ajax/get_gidro.php?id='+$(this).attr('tag'), {length: '0'}, 
					function() {
						
					}) 
				}) 
		} );
}

function changeprod (el) {
	return loadgoods();
	//$('#len').attr('selectedIndex',0) ;
	$('#baths').load('/ajax/get_bath.php?prod_id='+el.value, {length: '170'} //,  function () {})
	, // -
		function () {
			scroll2bath();
			$('#baths img').click(
			function(){
				$('#gidro').load('/ajax/get_gidro.php?id='+$(this).attr('tag'), {length: '0'}, 
					function() {

				}) 
			}) 
		} );
}

function changewidth (el) {
return loadgoods();
	//$('#prod').attr('selectedIndex',0) ;

}

function loadgoods() {
 llink = 
 '/ajax/get_bath.php?'
 +'length='+$('#len').val()
 +'&width='+$('#wid').val()
 +'&prod_id='+$('#prod').val();
 
	$('#baths').load(llink, {length: '170'} //,  function () {})
	,
		function () {
			scroll2bath();
			$('#baths img').click(
				function(){
					$('#gidro').load('/ajax/get_gidro.php?id='+$(this).attr('tag'), {length: '0'}, 
					function() {
						
					}) 
				}) 
		} );

}
