function CheckValue(){
	if (machine_finder2.selectmachine.options[0].selected) {
		alert('Please select a particular machine from the drop down list to view details');
		event.returnValue=false;
	} else {
		event.returnValue=true;
	}
}


