/*
	by Malkin S.A. KPI-Telecom 2005-2007
*/

function doIpCheck(obj) {
	//new Ajax.Updater('text','http://test/class/ajax.common.php?part=check', {method: 'post', OnComplete: showResponse});
	document.getElementById('ipcheck_content').innerHTML = "<img src='/img/loading_cursor.gif' alt='Запит виконується' width='16' height='16' /> &nbsp; Ваш запит обробляється, зачекайте, будь-ласка"
	new Ajax.Updater('ipcheck_content','/classes/ajax/ajax.common.php?task=check', {method: 'get', parameters: Form.serialize(obj) })
}

function showResponse(req) {
	//$('text').innerHTML = req.responseText;
}
