	function openWin(theURL,winName,features){
		window.open(theURL,winName,features);
	}

	function changeSize(elm, _size, class_name)
	{
		document.getElementById(elm).className = class_name + ' ' + class_name + '_' + _size;
		Set_Cookie('text_size', _size, 30, '', '', '');
	}

	function PageTitle(title){
		parent.document.title = ''+ title +'';
	}

	function savePageAsPDF() { 
		var pURL = "http://savepageaspdf.pdfonline.com/pdfonline/pdfonline.asp?cURL=" + escape(document.location.href) +"&author_id=F10387FE-CA05-4FE4-81DF-8153ACC7A6BC"; 
		window.open(pURL, "PDFOnline", "toolbar=0,location=0,status=0,menubar=0,scrollbars=1,resizable=0,width=640,height=390");			
	}

	function ClearError() {
		return true;
	}
	window.onerror = ClearError;	