
function demopod()
{
  newWindow = window.open("http://www.idgexecforums.com/demonstrate/tour/index-demo2.html", "new_win", "width=650,height=575,scrollbars=yes,resizable=yes");
}

function demopod2()
{
  newWindow = window.open("http://www.idgexecforums.com/demonstrate/tour/index-demo3.html", "new_win", "width=750,height=575,scrollbars=yes,resizable=yes");
}

function demoapp()
{
  newWindow = window.open("http://www.idgexecforums.com/demonstrate/tour/reg.html", "new_win", "width=650,height=575,scrollbars=yes,resizable=yes");
}

function demoapp2()
{
  newWindow = window.open("http://www.idgexecforums.com/demonstrate/tour/reg_test.html", "new_win", "width=600,height=575,scrollbars=yes,resizable=yes");
}

function goregister(){
  window.location = "http://www.demo.com/D5EB";
}

function random(){
  var randomNum = Math.round((Math.random()*10))%10;
  return randomNum;
}
