var Page = (function() {

return {

Performaction: function(action, divIdToShow)
{
var url = (window.location.href + '#' + divIdToShow);
var title = '';

if( showIbox(url, title, {type: 2}) ) {
showBG();
window.onscroll = maintPos;
window.onresize = maintPos;
}

return true;
}
}
})();
