function search_redirect()
	{
	var txt=document.getElementById('search_txt').value; 
	document.location.href = 'http://www.beautynow.co.uk/catalogsearch/result/?q='+txt;
	}

	
	
function new_div()
	{
		document.getElementById("open_div").style.display="block";	
		document.getElementById("product_category_li").className="current3";
		document.getElementById("product_category_li_blog").className="green3";
				
	}
function close_div()
	{	
		document.getElementById("open_div").style.display="none";
		document.getElementById("product_category_li").className="green3";
		document.getElementById("product_category_li_blog").className="current3";
			
	}
function img_hover(id)
{
	if (id == 0){
	document.getElementById('product_img').src = 'http://www.top-beauty-products.co.uk/blog/wp-content/themes/BeautyNow/images/product2.jpg';	
	}
	else{
	document.getElementById('product_img').src = 'http://www.top-beauty-products.co.uk/blog/wp-content/themes/BeautyNow/images/product1.jpg';		
	}
}