<!-- Hide script from old browsers
function showphoto(script,id,dir,name,visible) 
{		
			mouseOut = false;
			flag=2;			
			if (visible!='0')	insert_code(script+'?id='+id+'&dir='+dir+'&name='+name,'TipLayer');			
			 
}

function popup(url,winWidth,winHeight,sb) 
{	
	winTop = (screen.height - winHeight) / 2;
	winLeft = (screen.width - winWidth) / 2;
	window.open(url,"","width=" + winWidth + ",height=" + winHeight + ",top=" + winTop  + ",left=" + winLeft  + ",resizable=no,scrollbars=" + sb + ",toolbar=no");
}

function showInquiry(divId)
{
	if (jQuery('#'+divId).css("display") == 'none')
		jQuery('#'+divId).show('fast');	
	else
		jQuery('#'+divId).hide('fast');
}
// End hidding script from old browsers -->