
function show_hot_buy_details() {
	document.getElementById("hot-buy-sign-pop-up").style.left = "-21px";
	document.getElementById("hot-buy-sign-pop-up").style.zIndex = "5002";
	document.getElementById("hot-buy-sign").style.zIndex = "5001";
}

function hide_hot_buy_details() {
	document.getElementById("hot-buy-sign-pop-up").style.left = "-1000em";
	document.getElementById("hot-buy-sign-pop-up").style.zIndex = "5001";
	document.getElementById("hot-buy-sign").style.zIndex = "5002";
}

function show_hot_buy_details_2() {
	document.getElementById("hot-buy-sign-pop-up").style.left = "-21px";
	document.getElementById("hot-buy-sign-pop-up").style.zIndex = "5002";
	document.getElementById("hot-buy-sign").style.zIndex = "5001";
}

function hide_hot_buy_details_2() {
	document.getElementById("hot-buy-sign-pop-up").style.left = "-1000em";
	document.getElementById("hot-buy-sign-pop-up").style.zIndex = "5001";
	document.getElementById("hot-buy-sign").style.zIndex = "5002";
}
