self.name='main'
//code for POPUP
function info(page) {
OpenWin = this.open(page, "CtrlWindow", "height=300,width=550 toolbar=no,menubar=no,location=no,scrollbars=yes,resizable=no,");
}
function webinfo(page) {
OpenWin = this.open(page, "CtrlWindow", "height=300,width=500,toolbar=no,menubar=no,left=4,top=0,location=no,scrollbars=yes,resizable=no,");
}
//Script for Adding Bookmarks
function addBookmark(title,url) { 
if (window.sidebar) { 
window.sidebar.addPanel(title, url,"");
} else if( document.all ) {
window.external.AddFavorite( url, title);
} else if( window.opera && window.print ) {
return true;
}
}
//Window Status Message
window.defaultStatus="ALLSTATE Group - Welcome to Corporate Website!";
