function openWindow(theId) 
{
	theURL='../cardDB/detail.php?id=' + theId;
	window.open(theURL,'','resizable=yes,width=600,height=380,scrollbars=yes');
}
function openBgWindow(theId) 
{
	theURL='../lhCardDB/detail.php?id=' + theId;
	window.open(theURL,'','resizable=yes,width=600,height=380,scrollbars=yes');
}
function openAl3Window(theId) 
{
	theURL='../al2CardDB/detail.php?id=' + theId;
	window.open(theURL,'','resizable=yes,width=600,height=380,scrollbars=yes');
}
function openRootWindow(theId) 
{
	theURL='cardDB/detail.php?id=' + theId;
	window.open(theURL,'','resizable=yes,width=600,height=380,scrollbars=yes');
}