
//ZIPLINE FLASH REWRITE FUNCTION
function ziplineFlashEmbed(flash) { 
	document.write(flash); 
} 
// Popup window function
function newWindow(url) {
	popupWindow = window.open(url,'popUpWindow','height=600,width=670,left=100,top=100,resizable=yes,scrollbars=yes,toolbar=yes,menubar=no,location=no,directories=no, status=yes');
	}