// Imprimir
		function print_window() 
		   { 
				window.print();
	       }
//-->


// VALIDACIONES
function vPeso() 
    {
	if (document.Form.myWeight.value == "")
           {
             alert('\nDebe incluir su peso en kilogramos.');
             document.Form.myWeight.focus();
             return(false);
           }
             else { return(true); }
    }

function vAltura() 
    {
	if (document.Form.myDistance.value == "")
           {
             alert('\nDebe incluir su altura en centímetros.');
             document.Form.myDistance.focus();
             return(false);
           }
             else { return(true); }
    }


//-->

// CALCULADOR DE MASA
<!--
var myWeight;
var myDistance;

function HowMany(form)
{

   {
       if ( vPeso() && vAltura() )
//          { document.Form.submit(); }
   
  var difference;
  difference = myWeight / (myDistance * myDistance)* 10000;
  form.Fdiff.value = difference;
  
   if (difference < 19) {
   form.comment.value=" Muy Delgado";
   }
   if (difference >  20 && difference < 25) {
   form.comment.value="Normal.";
   }
   if (difference >  26 && difference < 27) {
   form.comment.value="Sobrepeso Ligero";
   }
   if (difference >  27 && difference < 30) {
   form.comment.value="Sobrepeso";
   }
   if (difference >  31 && difference < 220) {
   form.comment.value="Obesidad";
   }
   if (difference > 221) {
   form.comment.value="No deberías entrenar a esa intensidad";  
   }
   } 
}

function SetMyWeight(weight)
{
  myWeight = weight.value;
}

function SetmyDistance(dis)
{
  myDistance = dis.value;
}

function ClearForm(form){

    form.myWeight.value = "";
    form.myDistance.value = "";
    form.Fdiff.value = "";
    form.comment.value = "";

}
// -->




// INICIO BANNER GOOGLE TOP 468x60
<!--
function GoogleAdSense468x60()
{
google_ad_client = "pub-2117799806291043";
google_alternate_ad_url = "http://www.chistonto.com/banner_top_phpadsnew.html";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_channel ="6556724534";
google_color_border = "ede6e7";
google_color_bg = "ede6e7";
google_color_link = "000000";
google_color_url = "000000";
google_color_text = "000000";
}
//-->
// FIN BANNER GOOGLE TOP 468x60


// INICIO BANNER GOOGLE LATERAL (para 1024) 120x600
<!--
function GoogleAdSense120x600()
{
google_ad_client = "pub-2117799806291043";
google_alternate_ad_url = "http://www.incubandoideas.com/banners/banner_ii_120x600.html";
google_ad_width = 120;
google_ad_height = 600;
google_ad_format = "120x600_as";
google_ad_channel ="6556724534";
google_color_border = ["ede6e7","ede6e7"];
google_color_bg = ["ede6e7","ede6e7"];
google_color_link = ["000000","000000"];
google_color_url = ["000000","000000"];
google_color_text = ["000000","000000"];
}
//-->
// FIN BANNER GOOGLE LATERAL (para 1024) 120x600


// INICIO BANNER GOOGLE PIE 468x15
<!--
function GoogleAdSense468x15()
{
google_ad_client = "pub-2117799806291043";
google_ad_width = 468;
google_ad_height = 15;
google_ad_format = "468x15_0ads_al";
google_ad_channel ="6556724534";
google_page_url = document.location;
google_color_border = "ede6e7";
google_color_bg = "ede6e7";
google_color_link = "000000";
google_color_url = "000000";
google_color_text = "000000";
}
//-->
// FIN BANNER GOOGLE PIE 468x15


// INICIO BANNER GOOGLE MENU LEFT 125x125
<!--
function GoogleAdSense125x125()
{
google_ad_client = "pub-2117799806291043";
google_ad_width = 125;
google_ad_height = 125;
google_ad_format = "125x125_as_rimg";
google_cpa_choice = "CAAQz9vnzwEaCIUwxV0cHMEdKMO393M";
}
//-->
// FIN BANNER GOOGLE MENU LEFT 125x125