﻿<!--
var isInternetExplorer = navigator.appName.indexOf("Microsoft") != -1;
// Handle all the FSCommand messages in a Flash movie.
function main_v2_DoFSCommand(command, args) {
	var main_v2Obj = isInternetExplorer ? document.all.main_v2 : document.main_v2;
	//
	// Place your code here.
	//
	eval(command+"("+args+");");
}

function product_DoFSCommand(command, args) {
	var productObj = isInternetExplorer ? document.all.product : document.product;
	//
	// Place your code here.
	//
	
	eval(command+"("+args+");");
	
}

// Hook for Internet Explorer.
if (navigator.appName && navigator.appName.indexOf("Microsoft") != -1 && navigator.userAgent.indexOf("Windows") != -1 && navigator.userAgent.indexOf("Windows 3.1") == -1) {
	document.write('<script language=\"VBScript\"\>\n');
	document.write('On Error Resume Next\n');
	document.write('Sub main_v2_FSCommand(ByVal command, ByVal args)\n');
	document.write('	Call main_v2_DoFSCommand(command, args)\n');
	document.write('End Sub\n');
	document.write('</script\>\n');
}
// Hook for Internet Explorer.
if (navigator.appName && navigator.appName.indexOf("Microsoft") != -1 && navigator.userAgent.indexOf("Windows") != -1 && navigator.userAgent.indexOf("Windows 3.1") == -1) {
	document.write('<script language=\"VBScript\"\>\n');
	document.write('On Error Resume Next\n');
	document.write('Sub product_FSCommand(ByVal command, ByVal args)\n');
	document.write('	Call product_DoFSCommand(command, args)\n');
	document.write('End Sub\n');
	document.write('</script\>\n');
}
//-->

function drawStopButton()
{ 
	document.write('<div class="btnstop" onClick="btnstop_OnClick()"\>STOP MUSIC\n'); 
	document.write('</div\>\n');	
} 
function btnstop_OnClick()
{
	parent.bottomFrame.soundManager.stop("soothingnatural_music2");
}
drawStopButton();
document.write('<script language="javascript" src="/soothingnaturals/includes/js/analytics_JnJbaby.js"></script>');

function openPhoto(){
	window.open('http://www.johnsonsbaby.com.hk/photo_contest_promo_result_detail.html','popup','scrollbars=1,resizable=1,menubar=0,toolbar=0,width=780,height=800');
}
//-->
