<!--
//if (parent.location.href == self.location.href){window.location.href = 'doorslive.php'}
//-->

function popUp(image){

         width=700;
         height=550;

         if(screen){
            posX = (screen.width-width)/2;
            posY = (screen.height-height)/2;
         }
         url = '../php/showpic.php?image=' + image;
         options="top="+posY+",left="+posX+",width="+width+",height="+height+",location=no,toolbar=no,resizable=no,scrollbars=no,status=no";
         fenster=window.open(url,'TheDoorsOfPerception',options);

}

function tell(){
        var url = "http://www.doorslive.de";
        mail_str = "mailto:?subject= The DOORS of Perception";
        mail_str += "&body=Habe etwas gefunden was Dich interessieren koennte: " + document.title;
        mail_str += ". Die Adresse ist: " + url;
        location.href = mail_str;
}

function addbookmark() {
        bookmarkurl="http://www.doorslive.de";
        bookmarktitle=document.title;
        if (document.all) {
                window.external.AddFavorite(bookmarkurl,bookmarktitle)
        } else alert("Bitte bei Netscape STRG + D drücken");

}

function video(vid){

         width=400;
         height=350;

         if(screen){
            posX = (screen.width-width)/2;
            posY = (screen.height-height)/2;
         }
         url = '../php/video.php?vid=' + vid;       
         options="top="+posY+",left="+posX+",width="+width+",height="+height+",location=no,toolbar=no,resizable=no,scrollbars=no,status=no";
         fenster=window.open(url,'TheDoorsOfPerception',options);

}
function slideshow(dir){

         width=800;
         height=650;

         if(screen){
            posX = (screen.width-width)/2;
            posY = (screen.height-height)/2;
         }
		 url = '../php/slideshow.php?dir=' + dir;
         options="top="+posY+",left="+posX+",width="+width+",height="+height+",location=no,toolbar=no,resizable=no,scrollbars=no,status=no";
         fenster=window.open(url,'TheDoorsOfPerception',options);

}
function english(){

         width=880;
         height=500;

         if(screen){
            posX = (screen.width-width)/2;
            posY = (screen.height-height)/2;
         }
         url = '../php/index_en.php';
         options="top="+posY+",left="+posX+",width="+width+",height="+height+",location=no,toolbar=no,resizable=yes,scrollbars=yes,status=no";
         myWin=window.open(url,'TheDoorsOfPerception',options);

}
function mailIt(name,domain){
	mailData = "info" + "@" + "doorslive.de";
	mailWin = open('mailto:'+mailData,'','');
}
