function CambiarImagen($imag, $acc){
	if ($acc=='on'){
		$fin = '_on.png';
	}else{
		$fin = '.png';
	}
	document.getElementById($imag).src = 'templates/sujoyero.com/images/' + $imag + $fin;
}
function portada_joyeria(){
	document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="925" height="130" id="joyeria_relojeria" align="top">\n');
	document.write('<param name="allowScriptAccess" value="sameDomain" />\n');
	document.write('<param name="menu" value="false" />\n');
	document.write('<param name="quality" value="best" />\n');
	document.write('<param name="movie" value="http://sujoyero.com/templates/sujoyero.com/media/joyeria_relojeria_new.swf" />\n');
	document.write('<param name="wmode" value="transparent" />\n');
	document.write('<param name="bgcolor" value="#FFFFFF" />\n');
	document.write('<embed src="http://sujoyero.com/templates/sujoyero.com/media/joyeria_relojeria_new.swf" menu="false" wmode="opaque" quality="best" bgcolor="#FFFFFF" width="925" height="130" name="culturismo_alimentacion_entrenadores" align="top" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />\n');
	document.write('</object>\n');
}
function popupWindow(url) {
	izquierda = (screen.width)?(screen.width-ancho)/2:100;
	arriba = (screen.height)?(screen.height-alto)/2:100;
	$opciones = 'location=0,directories=0,status=0,menubar=0,copyhistory=0,scrollbars=0,toolbar=0,resizable=1,close=1,width='+ancho+',height='+alto+',top='+arriba+',left='+izquierda+'';
  	window.open(url,'popupWindow', $opciones)
}
function img_ampliable(){
	ancho = document.getElementById("imagen_producto").width + 40;
	alto = document.getElementById("imagen_producto").height + 50;
	if (document.getElementById("imagen_producto").width > $ancho_max){
		document.getElementById("imagen_producto").width = $ancho_max;
		$ancho_max = $ancho_max + 20;
		document.getElementById("fila_imgagen").innerHTML = '<a href="javascript:popupWindow(document.getElementById(\'imagen_producto\').src)">' + document.getElementById("fila_imgagen").innerHTML + '</a><div style="z-index:10; left:240px; margin-top:-18px; position:absolute; text-align:center; width:'+$ancho_max+'px;"><a href="javascript:popupWindow(document.getElementById(\'imagen_producto\').src)">Im�gen grande, haga clic para verla.<br /><img src="http://sujoyero.com/templates/sujoyero.com/images/lupa.gif" border="0" alt="Zoom" valign="top"></a></div>'; 
	}
}
function clickIE(){
	if (document.all){
		(message);
		return false;
	}
}
function clickNS(e){
	if (document.layers||(document.getElementById&&!document.all)){
		if (e.which==2||e.which==3){
			(message);
			return false;
		}
	}
}
function disableselect(e){
   return false;
}
function reEnable(){
   return true;
}

var $ancho_max=380;
var message="";

if (document.layers){
	document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;
}else{
	document.onmouseup=clickNS;document.oncontextmenu=clickIE;
}
document.oncontextmenu=new Function("return false");
//if IE4+
document.onselectstart=new Function ("return false");
//if NS6
if (window.sidebar){
	document.onclick=reEnable;
	//No poder escribir: document.onmousedown=disableselect
}
