function initChatWindow(winRoor,winHandle,cfid,userid,username,mytitle){
if(document.getElementById(winRoor)){
	return false;
}

//xchatwin = new Window(winRoor, {className: "theme1", title: mytitle, top:550,left:100, width:780, height:200,resizable:true,minimizable:false,maximizable:false, url: "achat.php?cfid="+cfid }); 
xchatwin = new Window(winRoor, {className: "theme1", top:170,left:635, width:400, height:300,resizable:true,minimizable:true,maximizable:false, url: "achat.php?cfid="+cfid });
xchatwin.setDestroyOnClose();
xchatwin.show();

}

function hideWindowChat(windowID){
	document.getElementById(windowID).display="none";
	document.getElementsByTagName('BODY')[0].removeChild(document.getElementById(windowID));
}


function initChatWindow2(winRoor,winHandle,cfid,userid,username,mytitle){
if(document.getElementById(winRoor)){
	return false;
}

//xchatwin = new Window(winRoor, {className: "theme1", title: mytitle, top:550,left:100, width:780, height:200,resizable:true,minimizable:false,maximizable:false, url: "achat.php?cfid="+cfid }); 
xchatwin = new Window(winRoor, {className: "theme1", top:170,left:635, width:400, height:300,resizable:true,minimizable:true,maximizable:false, url: "achatshmooze.php?cfid="+cfid });
xchatwin.setDestroyOnClose();
xchatwin.show();

}
function initChatWindow3(winRoor,winHandle,cfid,userid,username,mytitle,gender){
if(document.getElementById(winRoor)){
	return false;
}

//xchatwin = new Window(winRoor, {className: "theme1", title: mytitle, top:550,left:100, width:780, height:200,resizable:true,minimizable:false,maximizable:false, url: "achat.php?cfid="+cfid }); 
xchatwin = new Window(winRoor, {className: "theme1", top:170,left:635, width:400, height:300,resizable:true,minimizable:true,maximizable:false, url: "achatshmooze2.php?cfid="+cfid+"&gender="+gender });
xchatwin.setDestroyOnClose();
xchatwin.show();

}
function initChatWindow4(winRoor,winHandle,cfid,userid,username,mytitle,gender){
if(document.getElementById(winRoor)){
	return false;
}

//xchatwin = new Window(winRoor, {className: "theme1", title: mytitle, top:550,left:100, width:780, height:200,resizable:true,minimizable:false,maximizable:false, url: "achat.php?cfid="+cfid }); 
//xchatwin = new Window(winRoor, {className: "theme1", top:170,left:635, width:400, height:300,resizable:true,minimizable:true,maximizable:false, url: "achat2.php?cfid="+cfid+"&gender="+gender });
xchatwin = new Window(winRoor, {className: "theme1", top:170,left:430, width:590, height:450,resizable:true,minimizable:true,maximizable:false, url: "ajax_chat/?cfid="+cfid+"&gender="+gender });
xchatwin.setDestroyOnClose();
xchatwin.show();

}