
function openPopup()
{
	var	myWindow = window.open("processing.htm", "WaitWindow", 'width=435,height=150,scrollbars=no,resizable=no,top=300,left=250');
}
