function pro_edition_editions(pro_options)
{
	window.location='../registration/Dimdim_Signup.html?Dimdim_Pro?'+pro_options;	
}


function joinnow_mouseover()
{
	document.getElementById("join_now").className = "joinnow_hover";
}
function joinnow_mouseout()
{
	document.getElementById("join_now").className = "joinnow";
}

///////////////       mails colletion rollovers button of Meet ceo

function mailceo_mouseover()
{
	document.getElementById("ceomt").className = "fmeet_hover";
}
function mailceo_mouseout()
{
	document.getElementById("ceomt").className = "fmeet";
}


///////////////       mails colletion rollovers button of Meet cto

function mailcto_mouseover()
{
	document.getElementById("ctomt").className = "fmeet_hover";
}
function mailcto_mouseout()
{
	document.getElementById("ctomt").className = "fmeet";
}



///////////////       mails colletion rollovers button of top invite me

function mailstop_mouseover()
{
	document.getElementById("invitemail").className = "mailstop_hover";
}
function mailstop_mouseout()
{
	document.getElementById("invitemail").className = "mailstop";
}

///////////////       mails colletion rollovers button of get your scoop

function mailscoop_mouseover()
{
	document.getElementById("invitemailscoop").className = "mailstopsp_hover";
}
function mailscoop_mouseout()
{
	document.getElementById("invitemailscoop").className = "mailstopsp";
}


///////////////       Rollovers button for host & join meeting in home page

function hostmeeting_mouseover()
{
	document.getElementById("try1").className = "hostmeeting_hover";
}
function hostmeeting_mouseout()
{
	document.getElementById("try1").className = "hostmeeting";
}
function try1_click()
{
	window.location='http://www1.dimdim.com/portal/GetStartConferenceForm.action'
}


function joinmeeting_mouseover()
{
	document.getElementById("try2").className = "joinmeeting_hover";
}
function joinmeeting_mouseout()
{
	document.getElementById("try2").className = "joinmeeting";
}
function try2_click()
{
	window.location='http://www1.dimdim.com:80/portal/JoinButton.action'
}

///////////////       Rollovers button for host & join meeting in all inner pages except in blog


function hostmeetingi_mouseover()
{
	document.getElementById("hostin").className = "hostmeetingi_hover";
}
function hostmeetingi_mouseout()
{
	document.getElementById("hostin").className = "hostmeetingi";
}
function hostin_click()
{
	window.location='http://www1.dimdim.com/portal/GetStartConferenceForm.action'
}


function joinmeetingi_mouseover()
{
	document.getElementById("joinin").className = "joinmeetingi_hover";
}
function joinmeetingi_mouseout()
{
	document.getElementById("joinin").className = "joinmeetingi";
}
function joinin_click()
{
	window.location='http://www1.dimdim.com:80/portal/JoinButton.action'
}



function scoop_mouseover()
{
	document.getElementById("sb").className = "scoopbutton_hover";
}
function scoop_mouseout()
{
	document.getElementById("sb").className = "scoopbutton";
}

/*function scoopvideo()
{
	document.getElementById("demovideo").className = "show";
	document.getElementById("demo").className = "Hide";
}*/

<!--
function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}
function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
//-->