function share(url, title) {
    var s = SHARETHIS.addEntry({
      url: url,
      title: title
    }, {button:false,popup:true});
    s.popup()
    return false;
  }
  
function playvideo()
{	
	$("#lightbox, #lightbox-panel").fadeIn(300);
}

function openvideo(){	
	window.open( "scca_video.jsp", "myWindow", "status = 1, height = 270, width = 480, resizable = 0, top=425, left=400");
}

function open_window(url){	
	window.open( url, "myWindow", "status = 1, height = 600, width = 760, top=150, left=20, scrollbars=yes");
}
  
