/* -- globale variablen -- */
body_align = "center";    // Gesamtausrichtung body
// Seitenbreite body
var small_screen = '810';
var medium_screen = '1030';
var big_screen = '1290';
  if (screen.width < small_screen){ var body_width = '730'; }
  if (small_screen < screen.width < medium_screen){ var body_width = '800'; }
  if (medium_screen < screen.width < big_screen){ var body_width = '850'; }
  if (big_screen < screen.width ){ var body_width = '900'; }
  if (!screen.width) { var body_width = '850'; }

tbwidth =  "90%";      // Breite Inhalte
tbalign =  "center";   // Gesamtausrichtung Inhalte

/* PopUp Funktion */
function popUp1(URL,wd,hg,ttxt) {
  neu = open("", "anzeige", "width="+(wd+50)+",height="+(hg+50)+",toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,top=30,screenY=30");
  ndoc = neu.document;
  ndoc.open();
  ndoc.write('<html><head><title>&nbsp;..:: '+ttxt+' ::..&nbsp;</title>');
  ndoc.write('</head><body bgcolor="black" onLoad="javascript:resizeTo('+(wd+80)+','+(hg+110)+')">');
  ndoc.write('<img src="'+pfad+'bilder/pixel.gif" width="1" height="'+12+'" border="0" alt=""><br><div align="center"><img src="'+URL+'" width="'+wd+'" height="'+hg+'" border="" alt=""></div>');
  ndoc.write('</body></html>');
  ndoc.close();
}

/* -- Head -- */
function writeHead() {
         document.write('<!-- head --><table border="0" cellpadding="0" cellspacing="0" width="'+body_width+'" align="'+body_align+'"><tr><td><img src="'+pfad+'bilder/pixel.gif" width="1" height="5" border="0" alt=""></td></tr><tr><td align="center"><img src="'+pfad+'bilder/teutoniclogo1.gif" width="498" height="120" border="0" alt=""><br>&nbsp;<br>&nbsp;<br></td></tr><tr valign="top"><td align="center"><img src="'+pfad+'bilder/german_sm.gif" width="29" height="15" border="0" alt="deutsch" align=top>&nbsp;&nbsp;<img src="'+pfad+'bilder/sku-ch.gif" width="617" height="34" border="0" alt="">&nbsp;&nbsp;<!--<a href="'+pfad+'english/'+dateiname+'"><img src="'+pfad+'bilder/uk_sm.gif" width="29" height="15" border="0" alt="english" align=top></a>--><br><img src="'+pfad+'bilder/pixel.gif" width="1" height="10" border="0" alt=""></td></tr><!-- eof head --><tr><td>');
         document.write('<!-- beginn body -->');
return
}

var lines_oben_start = '<tr><td align="center"><img src="'+pfad+'bilder/grayline.gif" width="96%" height="1" border="0" alt="" align=""><p class="headline">..:: ';
var lines_oben_end = ' ::..</p>&nbsp;<img src="'+pfad+'bilder/grayline.gif" width="100%" height="1" border="0" alt="">';
var table_body = '<table border="0" width="'+tbwidth+'" cellpadding="0" cellspacing="0" align="'+tbalign+'"><tr><td class="bodyindex"></td></tr><tr><td align="center"><img src="'+pfad+'bilder/pixel.gif" width="1" height="10" border="0" alt=""><br>';
var lines_unten = '</td></tr><tr><td align="center"><img src="'+pfad+'bilder/grayline.gif" width="100%" height="1" border="0" alt=""><p class="headline">&nbsp;</p>&nbsp;<img src="'+pfad+'bilder/pixel.gif" width="35" height="1" border="0" alt="" align="left"><img src="'+pfad+'bilder/grayline.gif" width="96%" height="1" border="0" alt=""></td></tr>';

/* -- ?? -- */
function writeOther() {
         document.write('</td></tr><!-- eof body --><tr valign="top"><td>');
         document.write('<!-- footer --><table border="0" cellpadding="0" cellspacing="0" width="550" align="'+body_align+'"><tr><td align=middle class="footer"><img src="'+pfad+'bilder/pixel.gif" width="1" height="8" border="0" alt=""><br>++ Änderungen und Fehler vorbehalten; Copyright © 2000-2005 by Teutonic ++<br>++ Bei Problemen wendet Euch bitte an unseren <a class="jcc" href="mailto:webmaster@teutonicmetal.de">Webmaster</a> ++<br><img src="'+pfad+'bilder/pixel.gif" width="1" height="8" border="0" alt=""><br><a href="http://www.reinhold-schmidt.de/" target="new window"><img src="'+pfad+'bilder/net-pro.gif" width="125" height="13" border="0" alt=""></a></td></tr><tr><td><img src="'+pfad+'bilder/pixel.gif" width="1" height="8" border="0" alt=""><br>&nbsp;<br></td></tr></table><!-- eof footer --></td></tr></table>');
return
}

/* Bandseiten Abstandshalter */
image_platzhalter_band = '<br><img src="../../bilder/pixel.gif" width="1" height="15" border="0" alt=""><br>';

/********* -- Menuedateien -- ***********/
//Menu object creation
oCMenu=new makeCM("oCMenu") //Making the menu object. Argument: menuname

//Menu properties
oCMenu.pxBetween=1
oCMenu.fromLeft=10
oCMenu.fromTop=136            //168
oCMenu.rows=1
oCMenu.menuPlacement=body_align;

oCMenu.offlineRoot="./"
oCMenu.onlineRoot="http://www.teutonicmetal.de/german/"
oCMenu.resizeCheck=1
oCMenu.wait=900
oCMenu.fillImg=""
oCMenu.zIndex=0

//Background bar properties
oCMenu.useBar=1
oCMenu.barWidth="menu"
oCMenu.barHeight="menu"
oCMenu.barClass="clBar"
oCMenu.barX="menu"
oCMenu.barY="menu"
oCMenu.barBorderX=1
oCMenu.barBorderY=1
oCMenu.barBorderClass=""

//Level properties - ALL properties have to be spesified in level 0
oCMenu.level[0]=new cm_makeLevel() //Add this for each new level
oCMenu.level[0].width=150
oCMenu.level[0].height=19
oCMenu.level[0].regClass="clLevel0"
oCMenu.level[0].overClass="clLevel0over"
oCMenu.level[0].borderX=0
oCMenu.level[0].borderY=0
oCMenu.level[0].borderClass="clLevel0border"
oCMenu.level[0].offsetX=0
oCMenu.level[0].offsetY=0
oCMenu.level[0].rows=0
oCMenu.level[0].align="bottom"
oCMenu.level[0].filter="progid:DXImageTransform.Microsoft.GradientWipe(duration=0.3,wipeStyle=1)"


//EXAMPLE SUB LEVEL[1] PROPERTIES - You have to spesify the properties you want different from LEVEL[0] - If you want all items to look the same just remove this
oCMenu.level[1]=new cm_makeLevel() //Add this for each new level (adding one to the number)
oCMenu.level[1].width=oCMenu.level[0].width-0
oCMenu.level[1].height=19
oCMenu.level[1].regClass="clLevel1"
oCMenu.level[1].overClass="clLevel1over"
oCMenu.level[1].style=""
oCMenu.level[1].align="right"
oCMenu.level[1].offsetX=0
oCMenu.level[1].offsetY=0
oCMenu.level[1].borderClass="clLevel1border"
oCMenu.level[1].borderX=1
oCMenu.level[1].borderY=1
oCMenu.level[1].rows=0
oCMenu.level[1].align="bottom"
oCMenu.level[1].filter="progid:DXImageTransform.Microsoft.GradientWipe(duration=0.5,wipeStyle=0)"

/******************************************
Menu item creation:
myCoolMenu.makeMenu(name, parent_name, text, link, target, width, height, regImage, overImage, regClass, overClass , align, rows, nolink, onclick, onmouseover, onmouseout)
*************************************/
oCMenu.makeMenu('top0','','<nobr>&nbsp;Home</nobr>',urlpfad+'start.htm','',55)
   oCMenu.makeMenu('sub00','top0','<nobr>&nbsp;Deutsch</nobr>','index.htm','',68)

oCMenu.makeMenu('top9','','<nobr>&nbsp;NEWS</nobr>','news/news.htm','',55)


/*
   oCMenu.makeMenu('sub01','top0','<nobr>&nbsp;Englisch</nobr>','../english/index.htm','',68)
*/

oCMenu.makeMenu('top1','','<nobr>&nbsp;Infos zur Band</nobr>','','',115)
   oCMenu.makeMenu('sub10','top1','<nobr>&nbsp;Bandgeschichte</nobr>','infos/biograph.htm','',115)
/*
   oCMenu.makeMenu('sub12','top1','<nobr>&nbsp;Kritiken</nobr>','infos/kritiken.htm','',115)
*/

oCMenu.makeMenu('top2','','<nobr>&nbsp;Merchandising</nobr>','','',110)
   oCMenu.makeMenu('sub20','top2','<nobr>&nbsp;Demosongs</nobr>','merchand/demo.htm','',110)
   oCMenu.makeMenu('sub21','top2','<nobr>&nbsp;CD\'s and more</nobr>','merchand/cd-kauf.htm','',110)
   oCMenu.makeMenu('sub22','top2','<nobr>&nbsp;Videos</nobr>','merchand/video.htm','',110)

/*
oCMenu.makeMenu('top3','','<nobr>&nbsp;Gallerien</nobr>','','',78)
   oCMenu.makeMenu('sub30','top3','<nobr>&nbsp;1</nobr>','gallery/gallery1.htm','',78)
   oCMenu.makeMenu('sub31','top3','<nobr>&nbsp;1</nobr>','gallery/gallery1.htm','',78)
*/

oCMenu.makeMenu('top4','','<nobr>&nbsp;Musiker</nobr>','','',66)
   oCMenu.makeMenu('sub40','top4','<nobr>&nbsp;Effe</nobr>','band/effe.htm','',86)
   oCMenu.makeMenu('sub41','top4','<nobr>&nbsp;Stef</nobr>','band/stef.htm','',86)
   oCMenu.makeMenu('sub42','top4','<nobr>&nbsp;Tschocho</nobr>','band/tschocho.htm','',86)
   oCMenu.makeMenu('sub43','top4','<nobr>&nbsp;Ventor</nobr>','band/ventor.htm','',86)
   oCMenu.makeMenu('sub44','top4','<nobr>&nbsp;Wersi</nobr>','band/wersi.htm','',86)

/*
   oCMenu.makeMenu('sub45','top4','<nobr>&nbsp;xx</nobr>','band/xx.htm','',86)
*/
   oCMenu.makeMenu('sub46','top4','<nobr>&nbsp;ex Musiker</nobr>','band/ex.htm','',86)

oCMenu.makeMenu('top5','','<nobr>&nbsp;Termine</nobr>','','',68)
   oCMenu.makeMenu('sub50','top5','<nobr>&nbsp;Termine 2008</nobr>','termine/termine08.htm','',120)
   oCMenu.makeMenu('sub51','top5','<nobr>&nbsp;Termine 2007</nobr>','termine/termine07.htm','',120)
   oCMenu.makeMenu('sub52','top5','<nobr>&nbsp;Termine 2006</nobr>','termine/termine06.htm','',120)
   oCMenu.makeMenu('sub53','top5','<nobr>&nbsp;Termine 2005</nobr>','termine/termine05.htm','',120)
   oCMenu.makeMenu('sub54','top5','<nobr>&nbsp;Termine 2004</nobr>','termine/termine04.htm','',120)
   oCMenu.makeMenu('sub55','top5','<nobr>&nbsp;Termine 2003</nobr>','termine/termine03.htm','',120)
   oCMenu.makeMenu('sub56','top5','<nobr>&nbsp;1995 bis 2002</nobr>','termine/termine02.htm','',120)

oCMenu.makeMenu('top6','','<nobr>&nbsp;Kontakt</nobr>','kontakt/kontakt.htm','',66)

oCMenu.makeMenu('top7','','<nobr>&nbsp;Gästebücher</nobr>','','',98)
   //oCMenu.makeMenu('sub70','top7','<nobr>&nbsp;Gästebuch 2005</nobr>','gbook/g-book04.htm','',120)
   oCMenu.makeMenu('sub71','top7','<nobr>&nbsp;Gästebuch aktuell</nobr>','gbook/g-book08.htm','',130)
   oCMenu.makeMenu('sub72','top7','<nobr>&nbsp;Gästebuch 2007</nobr>','gbook/g-book07.htm','',130)
   oCMenu.makeMenu('sub73','top7','<nobr>&nbsp;Gästebuch 2006</nobr>','gbook/g-book06.htm','',130)
   oCMenu.makeMenu('sub74','top7','<nobr>&nbsp;Gästebuch 2005</nobr>','gbook/g-book05.htm','',130)
   oCMenu.makeMenu('sub75','top7','<nobr>&nbsp;Gästebuch 2004</nobr>','gbook/g-book04.htm','',130)
   oCMenu.makeMenu('sub76','top7','<nobr>&nbsp;Gästebuch 2003</nobr>','gbook/g-book03.htm','',130)
   oCMenu.makeMenu('sub77','top7','<nobr>&nbsp;Gästebuch 2002</nobr>','gbook/g-book02.htm','',130)
   oCMenu.makeMenu('sub78','top7','<nobr>&nbsp;Gästebuch 2001</nobr>','gbook/g-book01.htm','',130)

oCMenu.makeMenu('top8','','<nobr>&nbsp;Links</nobr>','links/links.htm','',52)


/********************* eof datei style.js *************************/
