
var iconExpand=new Image();iconExpand.src=commonImagesPath+ICON_EXPAND;var iconCollapse=new Image();iconCollapse.src=commonImagesPath+ICON_COLLAPSE;var pageHandler;function paintPage()
{pageHandler=new IssuerInformationHandler();pageHandler.run();}
function IssuerInformationHandler()
{this.handler=new UpdateCompanyProfileSimple(new PinkCommonCalls(),new UpdateCompanyProfileDOM(),document.getElementById('pageContent'),new PinkContentCalls(),this);}
IssuerInformationHandler.prototype.run=function()
{this.handler.run();}