// JavaScript Document
/* This file controls all of the displays and actions in file fotos */

var w = top.frames['f1'];
//var im = parent.document.next;  // this is the button NEXT by the film video section
var nowplaying;



   
/* Define the functions that will call the different video and slide screens */


function disp_V_USANA_Sense_SP(){ nowplaying="V_USANA_Sense.html";
								w.location=nowplaying;
                               }
							   
function disp_V_USANA_Sense_SP(){ nowplaying="V_USANA_Reset.html";
								w.location=nowplaying;
                               }

function disp_V_USANA_Sense_SP(){ nowplaying="V_USANA_MicroOptimizers.html";
								w.location=nowplaying;
                               }

disp_V_USANA_Difference_SP();
