﻿//This outputs the pictures at the top of the table
document.write('<table border="0" cellpadding=0 cellspacing=0 valign=top width=100% >');

document.write('	<tr>');


document.write('    	<td align="left" valign=top width="184">');

document.write(' 		<img src="images/logo_image.jpg" width="183" height="100" align="absmiddle" alt="Logo: Swan Lake Project">');

document.write('	</td>');
document.write('	<td width="289">&nbsp;</td>');


document.write(' 	<td align="center" valign="middle" ><span style="font-size:15.0pt;font-family:Verdana">');


document.write('    	Welcome to the<br></span>');

document.write('    	<img src="images/header.jpg" alt="Title: Swan Lake Project" width=327 height=75 align=middle>');

document.write('			          	</td>');

document.write('  </tr>');

document.write('</table>');




document.write('<table border="0" cellpadding=0 cellspacing=0 valign=top>');

document.write('	<tr>');

document.write('	<td>');


//this outputs the menu

var dx=90;//width:78.75pt;
var tstyle="<td width=90 style='border:solid windowtext 1.0pt;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt; background:#99CCFF;padding:0cm 5.4pt 0cm 5.4pt' background=lightblue> <p class=MsoNormal align=center style='text-align:center'><span style='font-size:10.0pt;font-family:Verdana'>"
document.write('<br>');
document.write("	<table class=MsoTableGrid border=1 cellspacing=0 cellpadding=0 style='border-collapse:collapse;border:none;mso-border-alt:solid windowtext .5pt; mso-yfti-tbllook:480;mso-padding-alt:0cm 5.4pt 0cm 5.4pt;mso-border-insideh: .5pt solid windowtext;mso-border-insidev:.5pt solid windowtext'>");

document.write('	<tr>');

document.write(		    tstyle);

document.write('		<a href="http://www.swanlakeproject.com">Home</a></span>');

document.write('	   </td>');


document.write(		   tstyle);

document.write('	  	<a href="news.htm">News</a>');

document.write('	   </td>');


document.write(		    tstyle);

document.write('	  	<a href="what-we-do.htm">What We Do</a>');

document.write('	  </td>');

document.write(		    tstyle);

document.write('	  	<a href="book-shop.htm">Book Shop</a>');

document.write('	  </td>');

document.write(		    tstyle);

document.write('	  	<a href="drroy.htm">Dr Sibani Roy</a>');

document.write('	  </td>');


document.write(		    tstyle);

document.write('	  	<a href="healing.htm">Healing</a>');

document.write('	  </td>');


document.write(		    tstyle);

document.write('	  	<a href="clients.htm">Clients</a>');

document.write('	  </td>');


document.write(		    tstyle);

document.write('	  	<a href="contact.htm">Contact Us</a>');

document.write('	  </td>');



document.write('	 </tr>');

document.write('  	</table>');

//document.write('    </tr>');

//document.write('    <tr>');

document.write('    	<td valign=bottom>');


// and then the swanlake bit
document.write('	<table border="0" cellpadding=0 cellspacing=0 valign=top>');

document.write('           <td>&nbsp;');

document.write('	  	<embed src="http://www.swanlakeproject.com/images/swan%20lake.mp3"');

document.write('	  	      title="Swan Lake Ballet Music in background" autostart=true loop=true');

document.write('	  	      width=100 height=25></embed>');

document.write('	   </td>');

document.write('	</table>');

document.write('    </td>');

document.write('    </tr>');

document.write('</table>');

