
function addbookmark() {
	
    bookmarkurl=window.location.href;
	
     bookmarktitle=document.title;

	
     if (window.external) {
		
         window.external.AddFavorite(bookmarkurl,bookmarktitle)
	
      } 
      else {
		
          msg = "Your browser does not support this feature.  If you are using Netscape Navigator\n";
		
          msg = msg + "Click \"Bookmarks\" and then \"Add Bookmark\"  or type \"Ctrl+D\" to add this site to your favorites.";
		
          alert(msg);
	
       }

}


function pop_Mail( iStrUrl ,iStrWindowName, popOption) {
                var w = 500
                var h = 290
                var lp = (screen.width) ? (screen.width-w)/2 : 0;
                var tp = (screen.height) ? (screen.height-h-50)/2 : 0;
                var popOption = 'height=' + h + ',width=' + w + ',top=' + tp + ',left=' + lp + ', resizable=no, toolbar=no'
	var vStrMail_Popup = window.open( iStrUrl , iStrWindowName , popOption);
	vStrMail_Popup.focus();
}


function mail2(email) {
	
    window.open('email/mail2friend.php?url=' + window.location.href + '&email=' + email, 'mail2friend', 'width=557,height=360,status=no,toolbar=no,menubar=no,scrollbars=no,resizable=no');

}


function winnew(URL,w,h,scrollbar){
	var winl = (screen.width-w)/2;
	var wint = (screen.height-h)/2-40;
	settings='height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars='+scrollbar+',toolbar=0,location=0,status=0,menubar=0,resizable=0,dependent=0,copyhistory=0' 
	{
	    MyPopUp = window.open(URL,"",settings)
	}
}

