/// Script Drunk Driving

// GenPages
function pages(id)
{
var idn=id;
 switch(idn) { 
	case 0: {
		window.location.href="aboutus.html";
		break;
	}
	case 1: {
		nothing();
		break;
	}
	case 2: {
		window.location.href="sdi.html";
		break;
	}
	case 3: {
		nothing();
		break;
	}
	default : {;}
 }
}
function nothing() {}
