function minimum(dz,ss)

{
	
if 	(lang == "")
{lang = eng;}

// OCTOBER PUENTE
//hsdate="30/10/2009";
//hedate="1/11/2009";
//overlap(ss,dz,hsdate,hedate)
//if (hold > 0 ) {nodis=15 }
//if (hold > 0 && (dz < 3 ))
//{
//texteng = "On these dates there is a minimum booking requirement of 3 nights.";
//textspan = "En estas fechas el minimo de noches es 3";

//if (lang == "eng")
//{text = texteng}
//if (lang == "span")
//{text = textspan}

//window.alert(text)
//return false;
//}



//2010 2010 2010 2010 2010 2010 2010 2010 2010 2010 
// NAVIDAD MIN 5
hsdate="31/12/2009";
hedate="1/1/2010";
overlap(ss,dz,hsdate,hedate)
if (hold > 0 ) {nodis=15 }
if (hold > 0 && (dz < 5 ))
{
texteng = "On these dates there is a minimum booking requirement of 5 nights.";
textspan = "En estas fechas el minimo de noches es 5";

if (lang == "eng")
{text = texteng}
if (lang == "span")
{text = textspan}

window.alert(text)
return false;
}






//2011 2011 2011 2011 2011 2011 2011 2011 2011 2011 2011  
// NAVIDAD MIN 5
hsdate="31/12/2010";
hedate="2/1/2011";
overlap(ss,dz,hsdate,hedate)
if (hold > 0 ) {nodis=15 }
if (hold > 0 && (dz < 5 ))
{
texteng = "On these dates there is a minimum booking requirement of 5 nights.";
textspan = "En estas fechas el minimo de noches es 5";

if (lang == "eng")
{text = texteng}
if (lang == "span")
{text = textspan}

window.alert(text)
return false;
}




// NAVIDAD MIN 5
hsdate="27/12/2011";
hedate="7/1/2012";
overlap(ss,dz,hsdate,hedate)
if (hold > 0 ) {nodis=15 }
if (hold > 0 && (dz < 5 ))
{
texteng = "On these dates there is a minimum booking requirement of 5 nights.";
textspan = "En estas fechas el minimo de noches es 5";

if (lang == "eng")
{text = texteng}
if (lang == "span")
{text = textspan}

window.alert(text)
return false;
}

}

