

function swapGridUp(d){

document.getElementById(d).style.zIndex ="1001";
}


function swapGridDown(d){

document.getElementById(d).style.zIndex ="100";
}

function moveGridUp(d) {

	document.getElementById(d).style.top ="0px"; 

	
	
}

function removeAjaxBar(d) {

	document.getElementById(d).style.height = "0px";
	document.getElementById(d).style.display ="none";

	
	
}


function hidecontent(d) {

	document.getElementById(d).style.position = "absolute";
	document.getElementById(d).style.visibility ="hidden";

	
	
}


function footerUp(d) {

	document.getElementById(d).style.top = "-10px";

	
}




function change400(d) {

	document.getElementById(d).style.height = "308px";
	
}


function change400TM(d) {

	document.getElementById(d).style.height = "343px";
	
}


function removeContent(d) {

	document.getElementById(d).style.visibility = "hidden";
	
}


function contentLeft(d) {

	document.getElementById(d).style.left = "200px";
	document.getElementById(d).style.width = "450px";
	
	
}


function contentDown200(d) {

	document.getElementById(d).style.top = "-170px";
	
	
	
}




function footerDown200(d) {

document.getElementById(d).style.height =  "240px";

}




function footerDown400(d) {

document.getElementById(d).style.height =  "440px";

}


function footerDown600(d) {

document.getElementById(d).style.height =  "640px";

}


function footerDown700(d) {

document.getElementById(d).style.height =  "740px";

}



function footerDown800(d) {

document.getElementById(d).style.height =  "840px";

}




function contentDown400(d) {

	document.getElementById(d).style.top = "30px";
	
	
}



function contentDown600(d) {

	document.getElementById(d).style.top = "230px";
	
	
}


function contentDown700(d) {

	document.getElementById(d).style.top = "330px";
	
	
}


function contentDown800(d) {

	document.getElementById(d).style.top = "430px";
	
	
}


function contentDownAdd35(d) {

	document.getElementById(d).style.padding= "35px 0 0 0";
	
	
}

function contentWide(d) {

	document.getElementById(d).style.width= "770px";
	
	
}

function contentWideMax(d) {

	document.getElementById(d).style.width= "960px";
	
	
}



function outerPlain(d) {

	baseURL = this.location.host;
	document.getElementById(d).style.backgroundImage = "url(http://" + baseURL + "/assets/templates/webhut/images/outerPlain.png" + ")";
	
	
}



function outerWidget(d) {

	baseURL = this.location.host;
	document.getElementById(d).style.backgroundImage = "url(http://" + baseURL + "/assets/templates/webhut/images/outerWidget.png" + ")";
	
	
}


function outerMenu(d) {
	
	
	baseURL = this.location.host;
	document.getElementById(d).style.backgroundImage = "url(http://" + baseURL + "/assets/templates/webhut/images/outerMenu.png" + ")";
	
}


function outerAll(d) {

	baseURL = this.location.host;
	document.getElementById(d).style.backgroundImage = "url(http://" + baseURL + "/assets/templates/webhut/images/outerMenuWidget.png" + ")";
	
	
}

