// <![CDATA[
/* Brent Osborne Photography */
/* http://www.brentosborne.com/ */

/* Site design by Build Creative */
/* Powered by Build Gallery */
/* http://www.buildcreative.com/ */

function spawnWindow(fileName, windowName, width, height)
{
	window.open(fileName, windowName, 'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,width=' + width + ',height=' + height + ',resizable=1');
}
// ]]>