
function OwcGetApplication()
{if(window.opener&&window.opener&&window.opener.OwcGetApplication)
return window.opener.top.OwcGetApplication();else if(window.top&&(window.top!=window))
return window.top.OwcGetApplication();else
{return null;}}