function showHelp(url,width,height){
	window.open(url,'showHelp','top='+((screen.height-height)/2)+',left='+((screen.width-width)/2)+',height='+height+',width='+width+',resizable=1,scrollbars=1');
}

