function i_help(popurl,$content) {
winpops=window.open("help/index.php?content="+$content,popurl,"scrollbars=yes,width=400,height=338,")
}

function popup($url,$windowname) {
winpops=window.open($url,$windowname,"scrollbars=yes,width=400,height=338,")
}