// JavaScript Document


function OpenWindow (URL, WinName, Features) {  

	window.open(URL, WinName, Features);
	}
function QuitUnit() {

	self.close();
  
}

function QuitUnit() {

	self.close();
  }



function LaunchCat(){
	//Launch the interactive catalog
	OpenWindow(siteroot+'flashvideogallery/shell.html', '_new', 'width=720, height=550,left=100,top=100, scrollbars=no');
}

