function php_help(lan, number)
{
window.open("content/help.php?lan="+ lan +"&number="+ number,"php_help","toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=no, copyhistory=yes, top=200, left=550, width=600, height=500");
}

	