

jQuery(document).ready(function() {
	/*jQuery("body").click(function() {
		jQuery("div.prises_list_toolip").hide();
	});
	jQuery("a.prises_list_toolip_show").click(function(event) {
		event.stopPropagation();
		jQuery("div.prises_list_toolip").hide();
		jQuery(this).parent(".price").next("div.prises_list_toolip").show();
		return false; 
	}); */
	jQuery(window).load(function() {
		jQuery("#bigbox_preload").css("display","none");
		jQuery("#bigbox").css("display","block");
	});
	var mailto = "testtext";
	mailto="support"+"@"+"oheon.com";
	jQuery("#support_mail").html( '<a href="mailto:'+mailto+'"><b>support@oheon.com</b></a>' );
	mailto='sales'+'@'+'oheon.com';
	jQuery("#sales_mail").html( '<a href="mailto:'+mailto+'"><b>sales@oheon.com</b></a>' );
	mailto='partners'+'@'+ 'oheon.com';
	jQuery("#partners_mail").html( '<a href="mailto:'+mailto+'"><b>partners@oheon.com</b></a>' );	
	mailto='info'+'@'+ 'oheon.com';
	jQuery("#info_mail").html( '<a href="mailto:'+mailto+'"><b>info@oheon.com</b></a>' );	

jQuery("ul#topnav li").hover(function() { //Hover over event on list item
	jQuery(this).css({ 'background' : 'url(img/menu_ugol_r2.gif) no-repeat right'}); 
	jQuery(this).find("a").css({ 'background' : 'url(img/menu_ugol_l2.gif) no-repeat   left'});
	jQuery(this).find("span a").css({ 'background' : 'url(img/line_red.gif) no-repeat center right'});
	//Add background color + image on hovered list item
	jQuery(this).find("span").show(); //Show the subnav
} , function() { //on hover out...
	jQuery(this).css({ 'background' : 'none'}); //Ditch the background
	jQuery(this).find("a").css({ 'background' : 'url(img/line_grey.gif) no-repeat center right'});
	jQuery(this).find("span").hide(); //Hide the subnav
});

});







function searchsite(k) {
	if (k!=""&&k!="Enter Keyword") {
GB_showPage('Search', "http://oheon.com/search.php?q="+urlencode(k));
	} else {
	alert("Please enter keyword");
	}
}

