function Index(imgUnselected,imgSelected,styleSelected, styleUnselected){
	this.imgUnselected = imgUnselected;
	this.imgSelected = imgSelected;
	this.fontColorSelected = styleSelected;
	this.fontColorUnselected = styleUnselected;
	this.debug = debug;

}

function debug(){
	alert();
}
