function emb_script(emb){
	document.write(emb);
}
// ---------------------- »õÃ¢ º¸±â
function goodsZoom(va1) {
	window.open('http://gosimart.com/new2.php?pg=window&no='+va1,'zoom','width=760,height=500,scrollbars=yes');
}
// ---------------------- Layer Display
function layer_hidden(id){
	var tmp = eval("document.getElementById('"+id+"')");
	tmp.style.display='none';
}