// JavaScript Document
function weekend(){
	var posLeft = (screen.width - 625) / 2;
	var posTop = (screen.height - 425) / 2;
	var size = 'height=425,width=625,top=' + posTop + ',left=' + posLeft;
	LiveHelpWindow = window.open('/livehelp/offline.php'  + '? '+'&LANGUAGE=en', 'LiveHelp', size);
}