


function quickhelp(text)
{
	//alert(text);
	//d=parent.helpFrame.document.getElementById(\"quick\");
	parent.helpFrame.document.all.quick.innerHTML=text;

}

function help(link)
{
    parent.helpFrame.document.location.href='help/index.php?link=' + link;
}



