<!--
function openLBYB(oSelectBox) {
	var lsQueryString = oSelectBox.options[oSelectBox.selectedIndex].value;
	if(lsQueryString=="") {
		alert("Please select a location");
		return false;
	}
	else {
		eval("window.open('http://popups.lbyb.com/popup.cfm?"+lsQueryString+"', '', 'width=356,height=392,resizable,noscrollbars');");
		return false;
	}
}

function openPhoto(sURL,sWindowName,w,h) {

	oWin = window.open(sURL, sWindowName, 'toolbar=0, location=0, directories=0, status=0, menubar=no, scrollbars=yes, resizable=yes, width='+w+', height='+h);
	oWin.focus();
}

// use to insert flash
function embedFlash(ls_filename,ls_objectid,ls_flashvars,w,h) {
	document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="'+w+'" height="'+h+'" id="'+ls_objectid+'" ALIGN="">');
	document.write('<param name="movie" value="'+ls_filename+'"> <param name="FlashVars" value="'+ls_flashvars+'"> <param name="wmode" value="transparent"> <param name="quality" value="high"> <param name="bgcolor" value="#FFFFFF">');
	document.write('<embed src="'+ls_filename+'" FlashVars="'+ls_flashvars+'" wmode="transparent" quality="high" bgcolor="#FFFFFF" width="'+w+'" height="'+h+'" name="'+ls_objectid+'" align="" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed>');
	document.write('</object>');
}
-->
