
/* 
* major.js
* copyright and all rigthts reserved
* a&b webpublisher www.abweb.ch
* Author : Beat Faeh info@absolutions.ch
* Date : December 16th 2004
*/
/* Footer rescheint auf jeder Seite */

function footer()
    {
    document.writeln("<p>&nbsp;</p>");
    document.writeln("<table border='0' width='580' cellpadding='0' cellspacing='0' align='center'>");
    document.writeln("<TR><TD><HR size='1' noshade color='#3359A6'></TD></TR>"); 
    document.writeln("<TR><TD align='center'>");
    document.writeln("<FONT SIZE='-2' FACE='Verdana,Arial' color='#00004C'>");
		document.writeln("| &copy; copyright and all rights reserved 12.12.2004 | ");


    myPic = new Image(135,15)
    myPic.scr="http://www.therapiedschungel.ch/pics/el_abs.gif";
    document.writeln('<img src="'+ myPic.scr+'" border="0">');





		document.writeln(" | Last Update: 11.02.2006 | ");
		document.writeln("<a href=\"javascript:my_doc()\" onmouseout=\"self.status=' '; return true;\" onmouseover=\"self.status='Sitemap aufrufen'; return true;\">");
		document.writeln("<FONT SIZE='-2' FACE='Verdana,Arial' color='#000080'> Sitemap</a> |</font>");
    document.writeln("</TD></TR>");
    document.writeln("<TR><TD align='center'>");
    document.writeln("<FONT SIZE='-2' FACE='Verdana,Arial' color='#00004C'><br>");
	document.writeln("<a href=\"http://www.absolutions.ch\" target=\"_blank\" onmouseout=\"self.status=' '; return true;\" onmouseover=\"self.status='Design, Programming Web-Hosting a\&b-solutions'; return true;\">");
		document.writeln("<FONT SIZE='-2' FACE='Verdana,Arial' color='#00004C'>");
    document.writeln("Design, Programming \& Web-Hosting a\&b-solutions");
    document.writeln("</a></font></TD></TR>");		
    document.writeln("</TABLE>");
    document.writeln("<p>");
    }

function my_doc()
    {
    msg=open("","NewWindow","toolbar=yes,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width=600,height=800,screenX=0,screenY=0");
    msg.location = "../content/sitemap.htm";
    }

function myAdress()
{
    document.writeln("<br><b>Ruedi Steiger</b>"); 
    document.writeln("<br>Dipl. Psychologe (MA) / Psychotherapeut SPV-SVG-GedaP ");
    document.writeln("<br>Dipl. Paar- und Familientherapeut"); 
    document.writeln("<br>Dipl. Supervisor (IAP / BSO) und Coach (BSO)");


    document.writeln("<p><b>Praxis Schaffhausen:</b>");
    document.writeln("<br>Webergasse 45");
    document.writeln("<br>Postfach 1062"); 
    document.writeln("<br>8201 Schaffhausen");
    document.writeln("<br>+41 (52) 624 92 12"); 

    document.writeln("<p><b>Praxis Zürich:</b>");
    document.writeln("<br>Rämistr. 33");
    document.writeln("<br>8001 Zürich"); 
    document.writeln("<br>+41 (0)44 272 82 30"); 


    myPic = new Image(135,15)
    myPic.scr="http://www.therapiedschungel.ch/pics/el_abs.gif";
    document.writeln('<p><img src="'+ myPic.scr+'" border="0">');


}