 var url = window.location.href;


/*
if(url="http://jakajar.djpie.co.uk")

{

	document.getElementById("all").style.minHeight='850px';

}/*/

function dynamic(callers)
{
	document.getElementById("dynamic_data").innerHTML="<img src='http://jakajar.com/images/load.gif' id='load' />"
	str=callers.id;
	$.ajax( 
		{
			url : "includes/" + str + ".html",
			success: function(data)
			{
				document.getElementById("dynamic_data").innerHTML = data;
				$("#dynamic_menu span").css("background","none");
				$("#" + str).css("background","#99CCFF");
				
			}
		}
	);
	
	
	
}




function clear_selected(){
	document.getElementById("welcome").style.background='none';
	document.getElementById("power").style.background='none';
	document.getElementById("media").style.background='none';
	document.getElementById("budget").style.background='none';
	document.getElementById("offers").style.background='none';
	document.getElementById("web").style.background='none';
	document.getElementById("refurb").style.background='none';
	document.getElementById("handheld").style.background='none';
	document.getElementById("support").style.background='none';
}

function newQuote()
{

}

function go_here(div){
	call=div.id;	
	location.href="http://jakajar.co.uk/"+call;
}  

