function WriteSwf(repImage,repWidth,repHeight){
	
	document.write("<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0\" width=\""+repWidth+"\" height=\""+repHeight+"\">");
    document.write("<param name=\"movie\" value=\""+repImage+"\">");
    document.write("<param name=\"quality\" value=\"high\">");
    document.write("<param name=wmode value=transparent>");
    document.write("<embed src=\""+repImage+"\" quality=\"high\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\" type=\"application/x-shockwave-flash\" width=\""+repWidth+"\" height=\""+repHeight+"\"></embed>");
   document.write("</object>");
}


function WriteMov(repImage,repWidth,repHeight){
	document.write("<OBJECT ID=\"MediaPlayer\" WIDTH="+repWidth+" HEIGHT="+repHeight+" ");
	document.write("CLASSID=\"CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95\"");
	document.write("STANDBY=\"Loading Windows Media Player components...\" ");
	document.write("TYPE=\"application/x-oleobject\">");
	document.write("<PARAM NAME=\"FileName\" VALUE=\""+img+"\">");
	document.write("<PARAM NAME=\"autoStart\" VALUE=\"true\">");
	document.write("<PARAM NAME=\"showControls\" VALUE=\"false\">");
	document.write("<EMBED TYPE=\"application/x-mplayer2\" SRC=\""+repImage+"\"");
	document.write("  autoStart=1");
	document.write("  showControls=0");
	document.write(" NAME=\"MediaPlayer\"");
	document.write(" WIDTH="+repWidth+"");
	document.write(" HEIGHT="+repHeight+"");
	document.write(" PLUGINSPAGE=\"http://www.microsoft.com/windows/windowsmedia/download/\">");
	document.write("</EMBED>");
	document.write("</OBJECT>");

}


		function OpenPopup(equ_id)
		{
			var x = (screen.width / 2) - 255;
			var y = (screen.height / 2) - 300;
			day = new Date();
			id = day.getTime();
			eval("page" + id + " = window.open('http://www.claro.com.pa/Administradores/popequipo.aspx?equ_id=" + equ_id + "' , 'helpwindow', 		'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,left = " + x + ",top = " + y + ",width=568,height=355');");	//para Websites
		
	}

function ShowTable(accion)
			{
				otbPre = document.getElementById("tbPre");
				otbPos = document.getElementById("tbPos");
		
			
				
				otbPre.style.display = "none";
				otbPos.style.display = "none";
		
				
				oimgPre = document.getElementById("imgPre");
				oimgPos = document.getElementById("imgPos");

				
				oimgPre.src="http://www.claro.com.pa/images/prepago_btn.gif";
				oimgPos.src="http://www.claro.com.pa/images/contrato_btn.gif";
	

				
				switch(accion)
				{
					case "Pre":
						otbPre.style.display = "block";
						oimgPre.src="http://www.claro.com.pa/images/prepago_selected.gif";
						
						break;
					case "Pos":
						otbPos.style.display = "block";
						oimgPos.src="http://www.claro.com.pa/images/contrato_selected.gif";
						
						break;
				}

			}
