// JavaScript Document

function closeWindow()
{
	window.close();
}

function openMSDetails()
{
	window.open('msDetails.html', '_blank', 'menubar=no, width=580, height=550, toolbar=no, scrollbars=no');
	//alert("Hello");
}

function openMSCriteria()
{
	window.open('msCriteria.html', '_blank', 'menubar=no, width=580, height=350, toolbar=no, scrollbars=no');
	//alert("Hello");
}
