str=location.search;
no = str.charAt(4);
window.onload = function() {
if (no=="1"){
	document.getElementById("all").className=("outline");
}else if(no=="2"){
	document.getElementById("all").className=("fields");
}else if(no=="3"){
	document.getElementById("all").className=("customers");
}
}
