	function PopupPic(sPicURL) {
		window.open(url+"/popup.htm?"+sPicURL, "", "resizable=1,HEIGHT=200,WIDTH=200,status=true");
	}
	function popUp(location,name,width,height)
	{
		window.open(location, name, 'toolbar=0,location=0,statusbar=0,scrollbars=1,menubar=0,resizable=0,width=' + width + ',height=' + height + ',left = '+(screen.width-width)/2 + ',top = ' + (screen.height-height)/2);
		return false;
	}
	function showComment(element)
	{
		if(document.getElementById(element).style.display=='block')
			document.getElementById(element).style.display='none';
		else
			document.getElementById(element).style.display='block';
	}

	function begin()
	{
		window.opener.location=url+'/start-conversation';
		window.close();
		return false;
	}<!--

 -->
