
 // If the platform is Macintosh, use the mac image folder.
if (navigator.platform.indexOf('Mac') != -1) {
var platform = "mac";
// Otherwise, use the pc folder.
} else{
var platform = "non_mac";
}




