function stores() {this.location.href = "authdealers.php";}function details(question) {
	
switch (question) {case 1: this.location.href = "product.php?id=7"; //micra
break;
case 2: this.location.href = "product.php?id=58"; //espressionebreak;
case 3: this.location.href = "product.php?id=59"; //emblema
break;
case 4: this.location.href = "product.php?id=61"; //sophiabreak;
case 5: this.location.href = "product.php?id=27"; //extra 1930break; }
	
}
