<!--

//share js------------------------------------------------------//
function openwin(Url)
{
  msgwin=window.open(Url,"msg","left=0,top=0,width=550,height=350,resizable=yes,scrollbars=yes,status=no,toolbar=no,menubar=no,location=no");
  msgwin.focus();
	return;
}
function openwin1(Url)
{
  msgwin=window.open(Url,"msg","left=0,top=0,width=700,height=500,resizable=yes,scrollbars=yes,status=no,toolbar=no,menubar=no,location=no");
  msgwin.focus();
	return;
}

function makevisible(cur,which){
if (which==0)
cur.filters.alpha.opacity=100
else
cur.filters.alpha.opacity=40
}


function openwindow(url) {
   window.open(url,'new','scrollbars=yes,resizable=yes,width=500,height=500');
    }
function opennews(url) {
   window.open(url,'new','scrollbars=yes,resizable=yes,width=500,height=400');
    }
	
function openclub(url) {
   window.open(url,'club','resizable=no,scrollbars=yes,status=no,toolbar=no,menubar=no,location=no,width=500,height=400');
    }


//-->