function openguide(theUrl) {
	NewWindow=window.open(theUrl, 'ABB', 'scrollbars=yes,toolbar=yes,location=no,status=no,menubar=no,resizable=yes,width=640,height=500');
	NewWindow.focus();
}
