function getData(url)
{
	var script = document.createElement('SCRIPT');

	script.type = 'text/javascript';
	script.src = url;

	document.body.appendChild(script);
}

function uploadFile(pform)
{
	shadeMain();
	showMessage('pwait');
	pform.submit();	
}


function submitForm(pform)
{
	shadeMain();
	showMessage('pwait');
	pform.submit();	
}
