<!--
/* ----------------------------------------------------------------------------
POPUP WINDOW
-----------------------------------------------------------------------------*/
//Popup Window Script created by Jeff Sanders - http://www.randomactsdesign.com
// this script is free to use and distribute
// but please give credit
function displayWindow(url,width,height){
	settings='fulscreen=no,width=width,height=height,scrollbars=no,addressbar=no';
	slideshow=window.open(url,"",settings);}
//-->
