
function ShowDetail( strOpen )
{
	strSpecs = 'top=0,left=0,width=' + screen.availWidth + ',height=' + screen.availHeight + ',channelmode=1,location=0,directories=0,fullscreen=1,menubar=0,resizable=0,scrollbars=0,status=0,titlebar=0';
	window.open( strOpen, 'gallery', strSpecs );
}


