// Popup Script
function popUp(url,width,height,scroll,winname,toolbar,location) {
if (!winname)
 winname = "win";
if (winname == '')
 winname = "win";
if (!toolbar)
 toolbar = 0;
if (!location)
 location = 0;
sealWin=window.open(url,winname,"toolbar="+toolbar+",location="+location+",directories=0,status=0,menubar=0,scrollbars="+scroll+",resizable=1,width="+width+",height="+height);
self.name = "mainWin";sealWin.focus();}

// Bookmark Site Script
function bookmarksite(title, url){
if (document.all)
window.external.AddFavorite(url, title);
else if (window.sidebar)
window.sidebar.addPanel(title, url, "")
}

// Jump Menu
function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}

// Close And Refresh Parent
function refreshParent() {
  window.opener.location.href = window.opener.location.href;
  if (window.opener.progressWindow)	
 {
    window.opener.progressWindow.close()
  }
  window.close();
}

// Icon links

function loadButton() {
var theurl= "http://myweb2.search.yahoo.com/myresults/bookmarklet? t="+document.title+"&u="+document.location.href+"&ei=UTF-8";
window.open(theurl);
}
function loadButton2() {
var theurl= "http://www.google.com/bookmarks/mark?op=edit&output=popup&bkmk="+document.location.href+"&title="+document.title;
window.open(theurl);
}
function loadButtonTT() {
var theurl= "http://tektag.com/bookmarks.php/pass?action=add&address="+document.location.href+"&title="+document.title;
window.open(theurl);
}
function loadButton4() {
var theurl= "http://digg.com/submit?phase=2&url="+document.location.href+"&title="+document.title;
window.open(theurl);
}
function loadButton5() {
var theurl= "http://del.icio.us/post?url="+document.location.href+"&title="+document.title;
window.open(theurl);
}
function loadButtonA2() {
var theurl= "http://reddit.com/submit?url="+document.location.href+"&title="+document.title;
window.open(theurl);
}
function loadButtonA3() {
var theurl= "http://www.furl.net/store?s=f&to=0&ti="+document.title+"&u="+document.location.href;
window.open(theurl);
}
function loadButtonC3() {
var theurl= "http://www.netvouz.com/action/submitBookmark?url="+document.location.href+"&title="+document.title+"&popup=no";
window.open(theurl);
}
function loadButtonDZ() {
var theurl= "http://www.dzone.com/links/add.html?url="+document.location.href+"&title="+document.title;
window.open(theurl);
}

function loadButtonSP() {
var theurl= "http://www.spurl.net/spurl.php?url="+document.location.href+"&title="+document.title;
window.open(theurl);
}


function loadButtonLR() {
var theurl= "http://linkroll.com/insert.php?url="+document.location.href+"&title="+document.title;
window.open(theurl);
}

function loadButtonSI() {
var theurl= "http://simpy.com/simpy/LinkAdd.do?title="+document.title+"&href="+document.location.href;
window.open(theurl);
}

function loadButtonSU() {
var theurl= "http://www.stumbleupon.com/submit?url="+document.location.href+"&title="+document.title;
window.open(theurl);
}

function loadButtonTW() {
var theurl= "http://www.tweako.com/node/add/storylink?edit[url]="+document.location.href+"&edit[title]="+document.title;
window.open(theurl);
}
function loadButtonBL() {
var theurl= "http://www.blinklist.com/index.php?Action=Blink/addblink.php&Url="+document.location.href+"&Title="+document.title;
window.open(theurl);
}
function loadButtonBS() {
var theurl= "http://www.bibsonomy.org/ShowBookmarkEntry?c=b&jump=yes&url="+document.location.href+"&description="+document.title;
window.open(theurl);
}
