/*--------------Holdlink()---------------*/

function holdlink(menu_id, submenu_id){

	document.getElementById(menu_id).className='current';

	document.getElementById(submenu_id).className='currentsub';

}

/*--------------Holdlink()---------------*/



/*------------include function---------------------*/

function include_file(id, url) {

	

  var req = false;

  // For Safari, Firefox, and other non-MS browsers

  if (window.XMLHttpRequest) {

    try {

      req = new XMLHttpRequest();

    } catch (e) {

      req = false;

    }

  } else if (window.ActiveXObject) {

    // For Internet Explorer on Windows

    try {

      req = new ActiveXObject("Msxml2.XMLHTTP");

    } catch (e) {

      try {

        req = new ActiveXObject("Microsoft.XMLHTTP");

      } catch (e) {

        req = false;

      }

    }

  }

 var element = document.getElementById(id);

  if (req) {

    // Synchronous request, wait till we have it all

	req.open('GET', url, false);

    req.send(null);

    element.innerHTML = req.responseText;

  } 

}

/*------------include function---------------------*/



/*------------Popup function---------------------*/

function Open1()

{

	var NewWin;

	path="html/photogallery/c01.htm";

	NewWin1=window.open(path,'NewWin1','width=625,height=425,top=50,left=50,location=no,status=no,toolbar=no,menubar=no,scrollbars=no');

	NewWin1.focus();

}



function OpenWin1()

{

	var NewWin;

	path="../inner/pop_up/group_charters.htm";

	NewWin1=window.open(path,'NewWin1','width=600,height=440,top=100,left=100,location=no,status=no,toolbar=no,menubar=no,scrollbars=no');

	NewWin1.focus();

}



function Open2()

{

	var NewWin;

	path="../inner/pop_up/Charters_Gals.htm";

	NewWin1=window.open(path,'NewWin1','width=600,height=440,top=100,left=100,location=no,status=no,toolbar=no,menubar=no,scrollbars=no');

	NewWin1.focus();

}



function Open3()

{

	var NewWin;

	path="../inner/pop_up/Charters_Guys.htm";

	NewWin1=window.open(path,'NewWin1','width=600,height=440,top=100,left=100,location=no,status=no,toolbar=no,menubar=no,scrollbars=no');

	NewWin1.focus();

}



function Open4()

{

	var NewWin;

	path="../inner/pop_up/Executive_Charters.htm";

	NewWin1=window.open(path,'NewWin1','width=600,height=440,top=100,left=100,location=no,status=no,toolbar=no,menubar=no,scrollbars=no');

	NewWin1.focus();

}



function Open5()

{

	var NewWin;

	path="../inner/pop_up/Father.htm";

	NewWin1=window.open(path,'NewWin1','width=600,height=440,top=100,left=100,location=no,status=no,toolbar=no,menubar=no,scrollbars=no');

	NewWin1.focus();

}



function HomeOpenWin1()

{

	var NewWin;

	path="html/inner/pop_up/group_charters.htm";

	NewWin1=window.open(path,'NewWin1','width=600,height=440,top=100,left=100,location=no,status=no,toolbar=no,menubar=no,scrollbars=no');

	NewWin1.focus();

}



function HomeOpen2()

{

	var NewWin;

	path="html/inner/pop_up/Charters_Gals.htm";

	NewWin1=window.open(path,'NewWin1','width=600,height=440,top=100,left=100,location=no,status=no,toolbar=no,menubar=no,scrollbars=no');

	NewWin1.focus();

}



function HomeOpen3()

{

	var NewWin;

	path="html/inner/pop_up/Charters_Guys.htm";

	NewWin1=window.open(path,'NewWin1','width=600,height=440,top=100,left=100,location=no,status=no,toolbar=no,menubar=no,scrollbars=no');

	NewWin1.focus();

}



function HomeOpen4()

{

	var NewWin;

	path="html/inner/pop_up/Executive_Charters.htm";

	NewWin1=window.open(path,'NewWin1','width=600,height=440,top=100,left=100,location=no,status=no,toolbar=no,menubar=no,scrollbars=no');

	NewWin1.focus();

}



function HomeOpen5()

{

	var NewWin;

	path="html/inner/pop_up/Father.htm";

	NewWin1=window.open(path,'NewWin1','width=600,height=440,top=100,left=100,location=no,status=no,toolbar=no,menubar=no,scrollbars=no');

	NewWin1.focus();

}

/*------------Popup function---------------------*/

function PhotoOpenWin1()

{

	var NewWin;

	path="../pop_up/group_charters.htm";

	NewWin1=window.open(path,'NewWin1','width=600,height=440,top=100,left=100,location=no,status=no,toolbar=no,menubar=no,scrollbars=no');

	NewWin1.focus();

}

function PhotoOpen2()

{

	var NewWin;

	path="../pop_up/Charters_Gals.htm";

	NewWin1=window.open(path,'NewWin1','width=600,height=440,top=100,left=100,location=no,status=no,toolbar=no,menubar=no,scrollbars=no');

	NewWin1.focus();

}



function PhotoOpen3()

{

	var NewWin;

	path="../pop_up/Charters_Guys.htm";

	NewWin1=window.open(path,'NewWin1','width=600,height=440,top=100,left=100,location=no,status=no,toolbar=no,menubar=no,scrollbars=no');

	NewWin1.focus();

}



function PhotoOpen4()

{

	var NewWin;

	path="../pop_up/Executive_Charters.htm";

	NewWin1=window.open(path,'NewWin1','width=600,height=440,top=100,left=100,location=no,status=no,toolbar=no,menubar=no,scrollbars=no');

	NewWin1.focus();

}



function PhotoOpen5()

{

	var NewWin;

	path="../pop_up/Father.htm";

	NewWin1=window.open(path,'NewWin1','width=600,height=440,top=100,left=100,location=no,status=no,toolbar=no,menubar=no,scrollbars=no');

	NewWin1.focus();

}

