<!--
	function openPopUp(){
		window.open ("sendtoafriend.asp","sendtoafriend","resizable=0,directories=0,menubar=0,location=0,status=0,scrollbars=0,width=250,height=195");
	}
	var isInternetExplorer = navigator.appName.indexOf("Microsoft") != -1;
	function mainstage_DoFSCommand(command, args) {
		var mainstageObj = isInternetExplorer ? document.all.mainstage : document.mainstage;
		if (command == "videopopup") {
			openVideo();
		}
	}
	
	function openVideo(){
		window.open ("videotutorial.htm","videoPopUp","resizable=0,directories=0,menubar=0,location=0,status=0,scrollbars=0,width="+screen.width+",height="+screen.width+"");
	}

  //-->