
function NMCommMainGotoURL(url)
{document.location.href=url;}
function NMCommGetToolBarWin()
{var win=window;return win;}
function NMCommGetMainWin()
{return window;}
function NMCommGetMainDoc()
{return document;}
function NMCommGetMainURL()
{var content=document.getElementById("content");var url=document.location.href;if(content)
{url=content.src;if(isIE&&gnmcommlasturl!=""&&url!=gnmcommlasturl)
{url=gnmcommlasturl;}}
return url;}
function NMCommGetCurrentBrowsingURL()
{var content=document.getElementById("content");var url=document.location.href;if(content)
{url=content.src;}
return url;}
debug("toolbar_web.js");
