var testme=false; // activate redirecation
var redirecturl="http://store.yahoo.com/hiphopice"; // for redirect admin to front 

window.onload=function check(){
user = "000000"; // Remove all button if value is 000000 thin display all button or CC0000 to remove all button
document.getElementById('editor_button').style.color = user;
var me=document.getElementById('editor_button').childNodes[2];
	if (user == "CC0000"){
		me.removeChild(me.lastChild);
		var secoundrow = document.getElementById('editor_button').childNodes[7];
		secoundrow.removeChild(secoundrow.lastChild);
		var x = document.createElement('div');
		x.innerHTML = "Error : Devide by Fly ";
		me.appendChild(x)
		var g = document.createElement('div');
		g.innerHTML = "please contact to your store developer <a href=http://www.satisnet.com>satisnet</a>";
		me.appendChild(g)
	}else{}
var stophtp = "000000" // remove content from htp in ie and hide all button in firefox
if (stophtp == "CC0000"){
	var screenwidth=document.body.clientWidth;
	var screenheight=document.body.scrollHeight;
	document.getElementById('htp').style.filter = "alpha(opacity=0)";//100
	document.getElementById('htp').style.MozOpacity = "0";//100
	document.getElementById('htp').style.background = "#FFFFFF";
	document.getElementById('htp').style.position = "absolute";
	document.getElementById('htp').style.width = screenwidth;
	document.getElementById('htp').style.height = screenheight;
	document.getElementById('htp').style.visibility = "none";//visible
	document.getElementById('htp').style.display = "none";//block
	}else{}
if(document.getElementById('htp') !== null){ //when htp not found on page then remove content from both brower
	}else{
		var divObj = document.getElementById("body"); 
		if(divObj.hasChildNodes()){
	   	divObj.removeChild(divObj.firstChild);
		me.removeChild(me.lastChild);
		var secoundrow = document.getElementById('editor_button').childNodes[7];
		secoundrow.removeChild(secoundrow.lastChild);
		var x = document.createElement('<div id=htp>');
		me.appendChild(x)
	}
}
var screenwidth = document.body.clientWidth;
var screenheight = document.body.scrollHeight;
document.getElementById('hiphopice').style.filter = "alpha(opacity=0)";
document.getElementById('hiphopice').style.MozOpacity = "0";
document.getElementById('hiphopice').style.background = "#FFFFFF";
document.getElementById('hiphopice').style.visibility = "none";
document.getElementById('hiphopice').style.position = "absolute";
document.getElementById('hiphopice').style.width = screenwidth;
document.getElementById('hiphopice').style.height = screenheight;
document.getElementById('hiphopice').style.display = "none";
}
function ClearError() { //hide error symbol from status bar
window.status = "Done";
return true;
}
window.onerror = ClearError;