function window(parent)
{
path="./included/discussionWindow.php?parent="+parent;
window.open(path ,'new','width=330,height=400,menubar=no,resizable=no,scrollbars=yes,left=300,top=100'); 
}
