$(document).ready(function(){
	
	//fix png alpha transparency with older ie browsers
	if ($.browser.msie && $.browser.version < 7)
	{
		$('#header div, #header img, #footer div, #footer img').belatedPNGfix();
	}
		
});

function openLiveHelp(department)
{
	window.open('http://www.webanywhere.co.uk/livehelp/livehelp.php?department=' + department + '&cslhVISITOR=c3dc4f38e884bd4af5c56736141c973f&cslheg=1&serversession=1', 'chat54050872', 'width=585,height=390,menubar=no,scrollbars=1,resizable=1');
}
