');
var e = document.getElementById(id_name); e.m_root = this; e.m_idchild = id_submenu; e.m_menu = this.m_active;
}
function wp_ImageRoll(action,id_name){
var e = document.getElementById(id_name);
if(e.m_root.m_txtnbclr.length > 0){if(action == 0){e.style.backgroundColor=e.m_root.m_txtnbbkgndclr;e.style.color=e.m_root.m_txtnbclr;}
else{e.style.backgroundColor=e.m_root.m_txtnbbkgndclrinv;e.style.color=e.m_root.m_txtnbclrinv;}}
if(e.m_imgNormal){if(action == 0){e.src = e.m_imgNormal.src;}else{e.src = e.m_imgOver.src;}}
}
function wp_MenuItemOver(id_name,p_root,id_sub){document.getElementById(id_name).m_root = p_root;clearInterval(p_root.m_timeout);if(id_sub)document.getElementById(id_sub).m_depth = 1;p_root.m_active = id_name;p_root.m_acStack.push(0,id_name,id_sub);}
function wp_SubMenuOver(id_name) { var e = document.getElementById(id_name); var pm = document.getElementById(e.m_menu); if(e.m_idchild) document.getElementById(e.m_idchild).m_depth = pm.m_depth+1; clearInterval(e.m_root.m_timeout); e.m_root.m_acStack.push(pm.m_depth,id_name,e.m_idchild); }
function wp_SubMenuOut(id_name) { var e = document.getElementById(id_name); if(e.m_root.m_active) {e.m_root.m_timeout = setInterval("wp_Timeout('"+e.m_root.m_active+"')",e.m_root.m_delay); }}
function wp_MenuItemOut(id_name,p_menu) { p_menu.m_timeout = setInterval("wp_Timeout('"+id_name+"')",p_menu.m_delay); }
function wp_Timeout(id_name) { var e = document.getElementById(id_name); e.p_root.m_acStack.clear(); e.p_root.m_active = null; }
function wp_ForceClose(id_name) { var e = document.getElementById(id_name); clearInterval(e.m_root.m_timeout); e.m_root.m_acStack.clear(); e.m_root.m_active = null; }
wp_activestack.prototype.count = 0;
wp_activestack.prototype.type = 0;
wp_activestack.prototype.gap = 1;
wp_activestack.prototype.bordergap = 1;
wp_activestack.prototype.m_firstpopup = 0;
wp_activestack.prototype.m_showbelow = true;
wp_activestack.prototype.m_showright = true;
wp_activestack.prototype.m_padding = 20;
function wp_activestack() {this.depth = new Array(); this.element = new Array();}
wp_activestack.prototype.push = function(depth,idelem,idchild) {
while(( this.count>0 )&&( depth<=this.depth[this.count-1] )) { this.pop(); }
if(idelem) {
this.depth[this.count] = depth; this.element[this.count] = idelem; this.count++;
document.getElementById(idelem).m_idchild = idchild;
if(depth==0) { wp_ImageRoll(1,idelem); if(idchild) this.ShowMenu(idchild,idelem,true);
} else {
var e = document.getElementById(idelem);
e.style.backgroundColor = e.m_root.m_bkgndcolorhl;
e.style.color = e.m_root.m_textcolorhl;
if(e.style.backgroundImage) e.style.backgroundImage = 'url('+e.m_root.m_imagearrowhl+')';
if(idchild) this.ShowMenu(idchild,idelem,false);
}
}
}
wp_activestack.prototype.pop = function() {
with( this ) {
if(count>0) { count--;
if(depth[count]==0) { wp_ImageRoll(0,element[count]); }
else {
var e = document.getElementById(element[count]);
e.style.backgroundColor = e.m_root.m_bkgndcolor;
e.style.color = e.m_root.m_textcolor;
if( e.style.backgroundImage ) e.style.backgroundImage = 'url('+e.m_root.m_imagearrow+')';
}
var idchild = document.getElementById(element[count]).m_idchild;
if(idchild) document.getElementById(idchild).style.visibility = "hidden";
depth[count] = element[count] = null;
}
}
}
wp_activestack.prototype.clear = function() { while(this.count>0) { this.pop(); }}
wp_activestack.prototype.ShowMenu = function(id_name,id_parent,down) {
var p = document.getElementById(id_parent); var e = document.getElementById(id_name); var top = 0; var left = 0; var c = p;
while(c) { top += c.offsetTop; left += c.offsetLeft; c = c.offsetParent; }
if(this.type==1 || !down){var k = e.m_depth == 1 ? this.gap : p.m_root.m_bordersize; if(this.m_showright) left += p.offsetWidth + k; else left -= e.offsetWidth - k; if(!this.m_showbelow) top -= (e.offsetHeight - p.offsetHeight - (p.m_root.m_bordersize*2));}
else{if(e.m_depth == 1){if(this.m_showbelow) top += p.offsetHeight + this.gap; else top -= (e.offsetHeight + this.gap);}}
if(top+e.offsetHeight > document.body.scrollTop+document.body.clientHeight) top-= ((top+e.offsetHeight)-(document.body.scrollTop+document.body.clientHeight));
if(e.m_depth == 1) { if(this.type==0){if(this.m_firstpopup == 1) left = left + (p.offsetWidth - e.offsetWidth) / 2; else if(this.m_firstpopup == 2) left = (left + p.offsetWidth) - e.offsetWidth; else if(this.m_firstpopup == 3) { var iWidth = p.offsetWidth - (browser.isIE ? 0 : this.m_padding) - 1; var vAnchors = e.getElementsByTagName(browser.isIE ? 'td' : 'a'); for(var n = 0; n < vAnchors.length; ++n) vAnchors[n].style.width = iWidth; }}
else { if(this.m_firstpopup == 1) top = top + (p.offsetHeight - e.offsetHeight) / 2; else if(this.m_firstpopup == 2) top = (top + p.offsetHeight) - e.offsetHeight; }}
e.style.top = top+"px"; e.style.left = left+"px"; e.style.visibility = "visible";
}PK S ; bin/00000002.bin // Flash Player Version Detection - Rev 1.5
// Detect Client Browser type
// Copyright(c) 2005-2006 Adobe Macromedia Software, LLC. All rights reserved.
var isIE = (navigator.appVersion.indexOf("MSIE") != -1) ? true : false;
var isWin = (navigator.appVersion.toLowerCase().indexOf("win") != -1) ? true : false;
var isOpera = (navigator.userAgent.indexOf("Opera") != -1) ? true : false;
function ControlVersion()
{
var version;
var axo;
var e;
// NOTE : new ActiveXObject(strFoo) throws an exception if strFoo isn't in the registry
try {
// version will be set for 7.X or greater players
axo = new ActiveXObject("ShockwaveFlash.ShockwaveFlash.7");
version = axo.GetVariable("$version");
} catch (e) {
}
if (!version)
{
try {
// version will be set for 6.X players only
axo = new ActiveXObject("ShockwaveFlash.ShockwaveFlash.6");
// installed player is some revision of 6.0
// GetVariable("$version") crashes for versions 6.0.22 through 6.0.29,
// so we have to be careful.
// default to the first public version
version = "WIN 6,0,21,0";
// throws if AllowScripAccess does not exist (introduced in 6.0r47)
axo.AllowScriptAccess = "always";
// safe to call for 6.0r47 or greater
version = axo.GetVariable("$version");
} catch (e) {
}
}
if (!version)
{
try {
// version will be set for 4.X or 5.X player
axo = new ActiveXObject("ShockwaveFlash.ShockwaveFlash.3");
version = axo.GetVariable("$version");
} catch (e) {
}
}
if (!version)
{
try {
// version will be set for 3.X player
axo = new ActiveXObject("ShockwaveFlash.ShockwaveFlash.3");
version = "WIN 3,0,18,0";
} catch (e) {
}
}
if (!version)
{
try {
// version will be set for 2.X player
axo = new ActiveXObject("ShockwaveFlash.ShockwaveFlash");
version = "WIN 2,0,0,11";
} catch (e) {
version = -1;
}
}
return version;
}
// JavaScript helper required to detect Flash Player PlugIn version information
function GetSwfVer(){
// NS/Opera version >= 3 check for Flash plugin in plugin array
var flashVer = -1;
if (navigator.plugins != null && navigator.plugins.length > 0) {
if (navigator.plugins["Shockwave Flash 2.0"] || navigator.plugins["Shockwave Flash"]) {
var swVer2 = navigator.plugins["Shockwave Flash 2.0"] ? " 2.0" : "";
var flashDescription = navigator.plugins["Shockwave Flash" + swVer2].description;
var descArray = flashDescription.split(" ");
var tempArrayMajor = descArray[2].split(".");
var versionMajor = tempArrayMajor[0];
var versionMinor = tempArrayMajor[1];
if ( descArray[3] != "" ) {
tempArrayMinor = descArray[3].split("r");
} else {
tempArrayMinor = descArray[4].split("r");
}
var versionRevision = tempArrayMinor[1] > 0 ? tempArrayMinor[1] : 0;
var flashVer = versionMajor + "." + versionMinor + "." + versionRevision;
}
}
// MSN/WebTV 2.6 supports Flash 4
else if (navigator.userAgent.toLowerCase().indexOf("webtv/2.6") != -1) flashVer = 4;
// WebTV 2.5 supports Flash 3
else if (navigator.userAgent.toLowerCase().indexOf("webtv/2.5") != -1) flashVer = 3;
// older WebTV supports Flash 2
else if (navigator.userAgent.toLowerCase().indexOf("webtv") != -1) flashVer = 2;
else if ( isIE && isWin && !isOpera ) {
flashVer = ControlVersion();
}
return flashVer;
}
// When called with reqMajorVer, reqMinorVer, reqRevision returns true if that version or greater is available
function DetectFlashVer(reqMajorVer, reqMinorVer, reqRevision)
{
versionStr = GetSwfVer();
if (versionStr == -1 ) {
return false;
} else if (versionStr != 0) {
if(isIE && isWin && !isOpera) {
// Given "WIN 2,0,0,11"
tempArray = versionStr.split(" "); // ["WIN", "2,0,0,11"]
tempString = tempArray[1]; // "2,0,0,11"
versionArray = tempString.split(","); // ['2', '0', '0', '11']
} else {
versionArray = versionStr.split(".");
}
var versionMajor = versionArray[0];
var versionMinor = versionArray[1];
var versionRevision = versionArray[2];
// is the major.revision >= requested major.revision AND the minor version >= requested minor
if (versionMajor > parseFloat(reqMajorVer)) {
return true;
} else if (versionMajor == parseFloat(reqMajorVer)) {
if (versionMinor > parseFloat(reqMinorVer))
return true;
else if (versionMinor == parseFloat(reqMinorVer)) {
if (versionRevision >= parseFloat(reqRevision))
return true;
}
}
return false;
}
}
function AC_AddExtension(src, ext)
{
if (src.indexOf('?') != -1)
return src.replace(/\?/, ext+'?');
else
return src + ext;
}
function AC_Generateobj(objAttrs, params, embedAttrs)
{
var str = '';
if (isIE && isWin && !isOpera)
{
str += '';
} else {
str += '';
}
document.write(str);
}
function AC_FL_RunContent(){
var ret =
AC_GetArgs
( arguments, ".swf", "movie", "clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
, "application/x-shockwave-flash"
);
AC_Generateobj(ret.objAttrs, ret.params, ret.embedAttrs);
}
function AC_GetArgs(args, ext, srcParamName, classid, mimeType){
var ret = new Object();
ret.embedAttrs = new Object();
ret.params = new Object();
ret.objAttrs = new Object();
for (var i=0; i < args.length; i=i+2){
var currArg = args[i].toLowerCase();
switch (currArg){
case "classid":
break;
case "pluginspage":
ret.embedAttrs[args[i]] = args[i+1];
break;
case "src":
case "movie":
args[i+1] = AC_AddExtension(args[i+1], ext);
ret.embedAttrs["src"] = args[i+1];
ret.params[srcParamName] = args[i+1];
break;
case "onafterupdate":
case "onbeforeupdate":
case "onblur":
case "oncellchange":
case "onclick":
case "ondblClick":
case "ondrag":
case "ondragend":
case "ondragenter":
case "ondragleave":
case "ondragover":
case "ondrop":
case "onfinish":
case "onfocus":
case "onhelp":
case "onmousedown":
case "onmouseup":
case "onmouseover":
case "onmousemove":
case "onmouseout":
case "onkeypress":
case "onkeydown":
case "onkeyup":
case "onload":
case "onlosecapture":
case "onpropertychange":
case "onreadystatechange":
case "onrowsdelete":
case "onrowenter":
case "onrowexit":
case "onrowsinserted":
case "onstart":
case "onscroll":
case "onbeforeeditfocus":
case "onactivate":
case "onbeforedeactivate":
case "ondeactivate":
case "type":
case "codebase":
case "id":
ret.objAttrs[args[i]] = args[i+1];
break;
case "width":
case "height":
case "align":
case "vspace":
case "hspace":
case "class":
case "title":
case "accesskey":
case "name":
case "tabindex":
ret.embedAttrs[args[i]] = ret.objAttrs[args[i]] = args[i+1];
break;
default:
ret.embedAttrs[args[i]] = ret.params[args[i]] = args[i+1];
}
}
ret.objAttrs["classid"] = classid;
if (mimeType) ret.embedAttrs["type"] = mimeType;
return ret;
}
PK ńS _ bin/00000003.bin MThd MTrk 0 !
AB@ A ! X Y Q Z / MTrk ! Soft Karaoke @KMIDI KARAOKE FILE @V0100 @IFile created with EasyKar95 @I(c) 1996-1997 V. Palleschi #@Ie-mail: vince@risc.ifam.pi.cnr.it / MTrk a ! Words @LENGL '@TSeven Spanish Angels by Willie Nelson -@TKar by Roger Mac sequenced by Dick Anderson \He lookped $down into pher Hblue ,eyes`/And Xsaid "Say Pa pray0er Tfor Pme" /She threw her $arms arouTnd dhiml/Whispered "God xwill Hkeep \us Tfree"/They tcould lhear 0the $rid|ers 8comin'/He said x"This `is Hmy Llast tfight/If hthey take me $back hto \Tepxas/They twon't htake Dme ba4ck 0all|ive. \There twere `seven Span4ish xa0ngels/At |the |alt0ar |of hthe \sun/They pwelre `prpayxin' foPr xthe loLvers(/In tthe valley Pof Hthe \gun4/When |the battle tstopped Hand the (smoke 0clearedP/The$re hwas |thunder from |the Xthrone/And Se<ven `Span4ish PAngelsH/Took ha nothLer ang0el Xhome.(\She hreached down and 4picked tthe Dgun up/that dlay smokin lin 0his h and0/She |said, x"Father please 4forgive meT/I \can't xmake \it `withTout Xmy 0man."|/And she lknew 0the |gun twas \em(pty|/And lshe knew 0she |could`n't hwin/But |her tfinal Xprayer 8was `ans`wered@/When xthe |rifles 4fired 0again.0\There @were 8se ven 0Spanish ,anDgels(/At the alta8r of Xthe Tsun/They dwere prayin' Pfor |the 4lovers/In the xvall ey 0of Lt he 4gun(/When tthe battle Dstopped and (the smoke clearedT/There <was tthunder (from 4the throne|/Anhd sxeven 8spanish 8an`gelsL/Topok anothler \ange<l home.|\There |were `sev(en 0Spanish 0angels/At lthe altlar ,of `the Xsun/They twe|re Tpratyin' pfor Tthxe |l<overs,/In the valley (of Xthe tgun$/When the $battle hstopped and lthe <smoke clearedp/There |was $thunLder (fr,om |the Dthroned/And xsevdedn pstp0an`ish LanPgelsL/Took tanot@her anTgel Phome. / MTrk ! Bass
@y ] [2H d
>$f@+^0$ $gd+ \+e4$ @+ L$l$ 4$kd$ +c,+ $+ad+ +l+ 4+kd+ &c,&