function openUTH() 
{
  popupWin = window.open('cards/demo_UTH.html', 
    'open_window',
    'noscrollbars,noresizable,dependent,width=600,height=400,left=0,top=0')
}
function open3Card() 
{
  popupWin = window.open('cards/demo_3card.html', 
    'open_window',
    'noscrollbars,noresizable,dependent,width=600,height=400,left=0,top=0')
}
function open4Card() 
{
  popupWin = window.open('cards/demo_4card.html', 
    'open_window',
    'noscrollbars,noresizable,dependent,width=600,height=400,left=0,top=0')
}
function openLIRB() 
{
  popupWin = window.open('cards/demo_LIRB.html', 
    'open_window',
    'noscrollbars,noresizable,dependent,width=600,height=400,left=0,top=0')
}
function openAce() 
{
  popupWin = window.open('../../../cards/demo_ace.html', 
    'open_window',
    'noscrollbars,noresizable,dependent,width=600,height=400,left=0,top=0')
}
function openDragonBonus() 
{
  popupWin = window.open('../../../cards/demo_dragonbonus.html', 
    'open_window',
    'noscrollbars,noresizable,dependent,width=600,height=400,left=0,top=0')
}
function openEasyChipper() 
{
  popupWin = window.open('../../../cards/demo_easychipper.html', 
    'open_window',
    'noscrollbars,noresizable,dependent,width=600,height=400,left=0,top=0')
}
function openMD2() 
{
  popupWin = window.open('../../../cards/demo_md2.html', 
    'open_window',
    'noscrollbars,noresizable,dependent,width=600,height=400,left=0,top=0')
}
function openTablemaster() 
{
  popupWin = window.open('../../../cards/demo_tablemaster.html', 
    'open_window',
    'noscrollbars,noresizable,dependent,width=600,height=400,left=0,top=0')
}
