
function MM_openBrWindow(theURL,winName,features) { //v1.2
  window.open(theURL,winName,features);
  }
  
function back(){
     history.back(-1)
 }

		 
 function popUp(URL) {
 day = new Date();
 id = day.getTime();
 eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=1,width=800,height=600,left = 312,top = 184');")
 }


var url="http://esms.de"
var title="eSMS.de - die SMS Community"
function favorites()
{
if (document.all)
    {
window.external.AddFavorite(url,title)
    }
}
					
function rechtsklick() 
{
 if (event.button==2) 
 {
 alert('Der Quelltext ist geschützt!')
 }
}
document.onmousedown=rechtsklick 


