// ----------- Status Line Functions ----------- //

function MM_DS(msgStr) { status=msgStr;  document.MM_RV = true; }
function MM_DSI(msgStr) { status=msgStr + ' Information';  document.MM_RV = true; }
function MM_DSA(msgStr) { status=msgStr + ' Application';  document.MM_RV = true; }
function MM_DSO(msgStr) { status=msgStr;  document.MM_RV = true; }
function SBMarkIt(idx) 
{ 
	switch (idx)
	{
	case 'Browser': window.external.AddFavorite(self.location,document.title); break;
	case 'ASK': window.open("http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&t=webpages&url=" + document.location.href + "&title=" + document.title);  break;
	case 'DEL.ICIO.US': window.open("http://del.icio.us/post?url="+document.location.href+"&title="+document.title); break;
	case 'DIGG': window.open("http://digg.com/submit?phase=2&url="+document.location.href+"&title="+document.title); break;
	case 'FURL': window.open("http://www.furl.net/store?s=f&to=0&u="+document.location.href+"&ti="+document.title); break;
	case 'GOOGLE': window.open("http://www.google.com/bookmarks/mark?op=edit&output=popup&bkmk="+document.location.href+"&title="+document.title); break;
	case 'LIVE': window.open("https://favorites.live.com/quickadd.aspx?marklet=1&mkt=en-us&url="+document.location.href+"&title="+document.title+"&top=1"); break;
	case 'MA.GNOLIA': window.open("http://ma.gnolia.com/bookmarklet/add?url="+document.location.href+"&title="+document.title); break;
	case 'PROPELLER': window.open("http://www.propeller.com/submit/?U="+document.location.href+"&T="+document.title); break;
	case 'SPURL': window.open("http://www.spurl.net/spurl.php?url="+document.location.href+"&title="+document.title); break;
	case 'REDDIT': window.open("http://reddit.com/submit?url="+document.location.href+"&title="+document.title); break;
	case 'STUMBLEUPON': window.open("http://www.stumbleupon.com/submit?url="+document.location.href+"&title="+document.title); break;
	case 'SQUIDOO': window.open("http://www.squidoo.com/lensmaster/bookmark?"+document.location.href+"&title="+document.title); break;
	case 'ROLLYO': window.open("http://rollyo.com/createroll.html?url="+document.location.href); break;
	case 'BINKLIST': window.open("http://www.blinklist.com/index.php?Action=Blink/addblink.php&Quick=true&Url="+document.location.href+"&Title="+document.title); break;
	case 'CONNOTEA': window.open("http://www.connotea.org/add?continue=return&uri="+document.location.href+"&title="+document.title); break;
	case 'YAHOO': window.open("http://myweb.yahoo.com/myresults/bookmarklet?u="+document.location.href+"&t="+document.title+"&ei=UTF"); break;
	case 'DIIGO': window.open("http://www.diigo.com/post?url="+document.location.href+"&title="+document.title); break;
	case 'SEARCHLES': window.open("http://www.searchles.com/links/add_link/url/"+encodeURIComponent(location.href)+"/"+encodeURIComponent(document.title)+"/source/bookmarklet/"); break;
	case 'MISTER WONG': window.open("http://www.mister-wong.com/index.php?action=addurl&bm_url="+document.location.href+"&bm_description="+document.title); break;
	case 'SIMPY': window.open("http://simpy.com/simpy/LinkAdd.do?href="+document.location.href+"&title="+document.title); break;
	}
}
function MM_jump(PDest,restore){ myRe=/[A-Za-z0-9_\.\-\/]+$/; PShort = myRe.exec(PDest.options[PDest.selectedIndex].value);
if (PShort == null)
	{ PShort="/"; }
    else
	{ eval("parent.location=\'"+PShort+"'"); }
}

if (top != self) { top.location.href = location.href; }

if (document.images) 
{
   img1 = new Image();
   img2 = new Image();
   img3 = new Image();
   img1.src = "/graphics/CreditCard-fill.gif";
   img2.src = "/graphics/CreditCard-logo.gif";
   img3.src = "/graphics/credit-card-mirror1.jpg";
}

