
function openPopUp(url)
{
	window.open(url, '', 'resizable=yes,scrollbars=yes,toolbar=no,status=no,height=400px,width=585px');
}

function clearAll()
{
 document.getElementById('divElements').style.display="none";
 document.getElementById('iframeElements').style.display="none";
}