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