
 function onLoad() {			
 	var Image = parent.document.getElementById('backplaceholder');  
 	Image.src = "../images/backimg2.gif"
 }
 
  function onUnload() {			
 	var Image = parent.document.getElementById('backplaceholder');  
 	Image.src = "../images/services/placeholder50px.gif";
 }
 
 function go_back() {
 	history.back();
 }
 
function last_thursday_popup() {
  window.open("lastthursday/current.html",null,"height=544,width=705,toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=no,copyhistory=no,scrollbars=no,status=no,toolbar=no,menubar=no,location=no");
}

function popup(url) {
  window.open(url,null,"height=544,width=705,toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=no,copyhistory=no,scrollbars=no,status=no,toolbar=no,menubar=no,location=no");
}

function popup2(url) {
  window.open(url,null,"height=630,width=800,toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=no,copyhistory=no,scrollbars=no,status=no,toolbar=no,menubar=no,location=no");
}

function popup3(url) {
  window.open(url,null,"width=800,toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=no,copyhistory=no,status=no,toolbar=no,scrollbars=yes,menubar=no,location=no");
}

function popup4(url) {
  window.open(url,null);
}

function open_article_wh(articleID,pageID,width,height) {
 	var sArticleID = articleID;
    var sWidth = width;
    var sHeight = height;
 	var sPageID = pageID;
 	var sURL = sArticleID + "/" + sPageID + ".html";
 	//alert ("press/" + sArticleID + "/" + sPageID + ".html");
 	window.open(sURL,null,"height="+sHeight+",width="+sWidth+",toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=no,copyhistory=no,scrollbars=yes");
}
