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;
}
}
function showw() {
var block = document.getElementById('commentdiv')
var cohh = document.getElementById('cohh')
block.style.display = ('block')
cohh.style.display = ('none')
}
function iepl() {
window.external.AddSearchProvider('http://www.7not.net/plugins/iesearch.xml');
}
function ffpl() {
window.sidebar.addSearchEngine('http://www.7not.net/plugins/7not.src','http://www.7not.net/icon.png','7not.net','Music')
}

