var mc_showCongratulation = false;

function popupWindow_mc(url, width, height) {
  window.open(url,'popupWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,copyhistory=no,width='+width+',height='+height+',screenX=150,screenY=150,top=150,left=150')
}

function start_mc(){
	//var shadowedBorder = RUZEE.ShadedBorder.create({ shadow:5});
	//shadowedBorder.render('mainWrapper');
}
