<!--// Open a pop-up window
function openChild(currentURL,width,height) {
	window.open(currentURL, 'Helpfile','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=yes,width='+width+',height='+height)  
}
//-->
