window.SITE_URL = "http://republicofswingland.com/community/";

function OpenIm( userKey, oppUserKey ) {
	
	window.open( window.SITE_URL+'chuppo_im.php?userKey=' + userKey + '&oppUserKey=' + oppUserKey + '&userName=' + 'qwe', '', 'height=570,width=470,left=100,top=100,scrollbars=no,resizable=no' );
	return false;
}