// This is the JavaScript functions for the SONGS section of www.lougogan.com


// This displays the footer section of each page

function ShowFooter()
{
document.write('<p><table width="100%" border=0><tr><td align=right valign=center>');
document.write('HTML coding and design by <a class=notice href="../visitor_form.htm" target="_blank">Louis Gogan</a>');
document.write('<td align=center><img src="../gifs/loumale_not_real_1.gif">');
document.write('<td valign=center align=left><a class=notice href="../copyright.htm" title="Copyright Information">Copyright:</a> &nbsp; &copy; Louis Gogan 2006, 2007, 2008.</table><p>');
}


//this displays the words and chords in a resizable window on www.lougogan.com
wds = new Array ('n','./c1t01.htm','./c1t02.htm','./c1t03.htm','./c1t04.htm','./c1t05.htm','./c1t06.htm','./c1t07.htm','./c1t08.htm','./c1t09.htm','./c1t10.htm','n','./c1t12.htm')
function ShowChords(n)
{
open(wds[n],'picture','width=560,height=480,scrollbars=1,location=0,directories=0,resizable=1,status=0,toolbar=0,menubar=0,left=50,top=10')
}


// This is the JavaScript functions for the Shop section of www.lougogan.com

//this displays the FAQ in a small window on www.lougogan.com
function ShowShop()
{
open('../buy.htm','picture','width=700,height=480,scrollbars=1,location=0,directories=0,resizable=1,status=0,toolbar=0,menubar=0,left=50,top=10')
}



// This displays the footer section of each page
function ShowFooterOLD()
{
document.write('<p><table width="100%" class=notice><tr><td align=center>');
document.write('HTML coding and design by <a class=notice href="../visitor_form.htm" target="_blank" title="Contact Louis Gogan">Louis Gogan</a> ( <b>lou AATT lougogan DDOOTT com</b> )<br>');
document.write('<a class=notice href="../copyright.htm" title=Copyright Information">Copyright:</a> &nbsp; &copy; Louis Gogan 2006, 2007, 2008.');
document.write("</table><p>");
}