// JavaScript Document

function popHBHpc(wH) {
  popupWin = window.open('hbh_pc_' + wH + '.php',
  'tours',
  'menubar=no, toolbar=no, location=no, directories=no, status=no, scrollbars=no, resizable=yes, dependent=no, width=627, height=373')
  
  popupWin.focus();

}

function popHBHfg(wH) {
  popupWin = window.open('hbh_fg_' + wH + '.php',
  'tours',
  'menubar=no, toolbar=no, location=no, directories=no, status=no, scrollbars=no, resizable=yes, dependent=no, width=627, height=373')
  
  popupWin.focus();

}

function popHBHth(wH) {
  popupWin = window.open('hbh_th_' + wH + '.php',
  'tours',
  'menubar=no, toolbar=no, location=no, directories=no, status=no, scrollbars=no, resizable=yes, dependent=no, width=627, height=373')
  
  popupWin.focus();

}

function TCpopUp(URL,myheight) {
	window.open(URL, 'CHGTC', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=1,width=325,height=' + myheight + ',left=362,top=259');
	}

function pre_signup_click(me) {
	if (me.value == 'Sign up for eMail') {
		me.value='';
	}
}

