// swfobject code with flash wmode transparancy

var flashvars = {};
var params = {wmode:"transparent"};
var attributes = {};
swfobject.embedSWF("images/home-header.swf", "flash", "740", "170", "8.0.0","expressInstall.swf", flashvars, params, attributes);


var flashvars = {};
var params = {wmode:"transparent"};
var attributes = {};
swfobject.embedSWF("images/videoplayer-small.swf?myVideo=video-about-small&myScreenshot=screenshot-about-small", "videoplayer-small", "310", "240", "9.0.0","expressInstall.swf", flashvars, params, attributes);


function Launch(page, width, height) { 
	OpenWin = this.open(page, "m-n-law.com", "toolbar=no, menubar=no ,location=no, scrollbars=no, resizable=no, width=" + width + ", height=" + height + ", top=" + (screen.height/2 - height/2) + ", left=" + (screen.width/2 - width/2) + "\""); 
}


// sample usage:

// <a href="javascript:bookmark();" id="bookmark" title="Bookmark Marasco & Nesselbush LLP M-N-Law.com"></a>

function bookmark(){

    var title="Marasco & Nesselbush LLP - Rhode Island Personal Injury Law Firm"

    var url="http://www.m-n-law.com"

    if (window.sidebar) window.sidebar.addPanel(title, url,"");

    else if( window.opera && window.print )

    {

    var mbm = document.createElement('a');

    mbm.setAttribute('rel','sidebar');

    mbm.setAttribute('href',url);

    mbm.setAttribute('title',title);

    mbm.click();

    }

    else if( document.all ) window.external.AddFavorite( url, title);



}




