function addbookmark()
{
	var bookmarkurl = "http://www.xxx";
	var bookmarktitle = "xxx";
	if (document.all)
	window.external.AddFavorite(bookmarkurl,bookmarktitle)
}


function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}


function openPopup(file){
	MM_openBrWindow(file,'wpencere','width=600,height=580,scrollbars=yes');
}

