function show(id) {
	document.getElementById(id).style.backgroundColor = '#036';
	document.getElementById('s' + id).style.visibility = 'visible';
}
function hide(id) {
	document.getElementById(id).style.backgroundColor = '#36C';
	document.getElementById('s' + id).style.visibility = 'hidden';
}

function setAsHomepage(obj) {
var url = 'http://www.nodepositcasino.tv';
if (navigator.userAgent.indexOf("MSIE")!=-1) {
obj.style.behavior='url(#default#homepage)';
obj.setHomepage(url);
  }
  else
    alert('Sorry, this function will not work with non-Microsoft Internet Explorer browsers.\nTo make ' + url + ' your homepage just drag the URL from your URL box to your HOME icon.');
}

function bookmark() {
	var title='No Deposit Casino';
	var url='http://www.nodepositcasino.tv';
  if (window.sidebar) { // Mozilla Firefox Bookmark
    window.sidebar.addPanel(title, url,"");
  } else if( window.external ) { // IE Favorite
    window.external.AddFavorite(url, title);
  }
}

var myWind;
function sendwindow() {
MyURL='common/invite.html';
if (!myWind || myWind.closed) {
myWind = window.open(MyURL,"subWindow","HEIGHT=420,WIDTH=520")
} else {
myWind.focus();
}
}
