// JavaScript Document
function crearCodigo(){
	var eq = document.frm.FEq.value;
	//alert(eq);
	document.frm.cwidget.value = "";
	document.frm.cwidget.value = "<script type=\"text/javascript\" src=\"http://www.boliviagol.com/widgets/wpos.php\"></script>";
	if(eq != 0){
	document.frm.cwidget.value = "<script type=\"text/javascript\" src=\"http://www.boliviagol.com/widgets/wpos.php?equipo="+eq+"\"></script>";
		}
	if(document.frm.proximafecha.checked && eq != 0){
		document.frm.cwidget.value = "<script type=\"text/javascript\" src=\"http://www.boliviagol.com/widgets/wpos.php?equipo="+eq+"&proxima=si\"></script>";
		}
	document.frm.cwidget.select();
}
function deshab(){
	var t =  document.frm.FEq.value;
	if(t != 0){
		document.frm.proximafecha.disabled = false;
		}else{
			document.frm.proximafecha.disabled = true;
			}
	}
