// JavaScript Document
//JavaScript for King Normals
//pop up windows
function windowOpenerA()
{
	msgWindow=window.open("","displayWindow","scrollbars=yes,width=600,height=400")
		msgWindow.document.write('<img src="images/kingTN.jpg"align="left"/>');
	msgWindow.document.write('<title>King of Heartbreak</title><body background="images/js_bg.png" text="#333333"><font face="arial"><h3 align="center">King of Heartbreak EP</h3><p>Information about the ep goes here recording details personel, tracks</p><br/> <br/><br/><ol><li>London Lady</li><li>Worthless</li><li>In My Blood</li><li>Disconsolate</li><li>Disconsolate\(Live\)</li></ol><p>You can visit their my space to hear them.</p><p><a href="http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendid=207356552">myspace site The Assassins Combo</a></p><br/></font></br/></body>');
	msgWindow.document.write('<form><input type="button"value="Close This Window" onClick="window.close()"</form>');
	
}
function windowOpenerB()
{
	msgWindow=window.open("","displayWindow","scrollbars=yes,width=600,height=400")
		msgWindow.document.write('<img src="images/dance.gif"align="left"/>');
	msgWindow.document.write('<title>Back To The Boppers</title><body background="images/js_bg.png" text="#333333"><font face="arial"><h3 align="center">Back To The Boppers</h3><p>After a brief flirtation with a considerably more contempary sound, the boys are back to an authentic Rockabilly Sound in the regular trio format. They are currently in the studio working hard to produce the goods, all writen by Soap bla blah blah</p></font></br/></body>');
	msgWindow.document.write('<form><input type="button"value="Close This Window" onClick="window.close()"</form>');
	
}
