function album(url)
{
var s1 = 
"<html><head>"+
"<title>Download Album :: MP3-SOUNDTRACKS.COM</title>"+
"<link rel=stylesheet type=text/css href=/data/basicstyles.css>"
var s2 =
"<script language=javascript:;>function b(url)"+
"{ window.open(url,'FREE-ALBUMS','width=590,height=570,left=0,top=0,resizable=no,menubar=no,directories=no,toolbar=no,scrollbars=yes'); };</script>"
var s4 =
"</head>"+
"<body bgColor=#5C8EC5 nosave oncontextmenu=\"return false\" ondragstart=\"return false\" onselectstart=\"return false\" leftmargin=0 topmargin=0 marginwidth=0 marginheight=0><table border=0><tr>" +
"<td width=100% height=60 valign=top align=center>"+
"<table border=1 cellpadding=0 cellspacing=0 style=\"border-collapse: collapse\"><tr><td><iframe src=\"http://pulsix.com/data/ad-1.php\" width=468 height=60 frameborder=0 scrolling=no></iframe></td></tr></table>"+
"</td></tr><tr><td width=100% Height=20 align=left valign=top>"+
"<center><a href=http://www.mp3-soundtracks.com><b><font size=6 color=white>MP3-SOUNDTRACKS.COM</font></a></b>"
var s5 =
"<iframe src='" + url + "' width=560 height=370 frameborder=0 scrolling=yes></iframe>"
var s6 =
"</td></tr><tr><td><center><a href=/www.php?link=full-albums-pop.asp target=_blank><font color=white><b>FULL ALBUMS ARCHIVE [A|B|C|D|E|F|G|H|I|J|K|L|M|N|O|P|Q|R|S|T|U|V|W|X|Y|Z]</b></font></a><br><br><table border=1 cellpadding=0 cellspacing=0 style=\"border-collapse: collapse\"><tr><td><iframe src=\"http://pulsix.com/data/ad-2.php\" width=468 height=60 frameborder=0 scrolling=no></iframe></td></tr></table></td></tr></table></center></center></body></html>"

popup = window.open("","popDialog","width=565,height=590,scrollbars=no,left=20,top=20,resizable=no,menubar=no,directories=no,toolbar=no")
popup.document.writeln(s1+s2)
popup.document.writeln(s4+s5)
popup.document.write(s6)
popup.document.close()
}