// Flash ExternalInterface Return Value
function swfInit(src) {
	var url;
	switch(src) {
		//-- showroomURL
		case "showroom" : url = "http://worldwide.hyundai.com/web/Showroom/i10_focus.html" ; break;
	}
	return url;
}
