
var os, ua = navigator.userAgent;

if (ua.match(/Mac|PPC/)) {
	os = "MacOS";
}else {
	os = "exceptMac";
}

function mg155(){
	if(os == "MacOS"){
	window.open("3D_mg155.html","pop","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=1,width=760,height=360");
	} else {
	return TB_show('3D Product Outline: GZ-MG155','3D_mg155.html?keepThis=true&TB_iframe=true&height=350&width=740');
	}
}

function mg575(){
	if(os == "MacOS"){
	window.open("3D_mg575.html","pop","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=1,width=760,height=360");
	} else {
	return TB_show('3D Product Outline: GZ-MG575','3D_mg575.html?keepThis=true&TB_iframe=true&height=350&width=740');
	}
}


function demomv(){
	if(os == "MacOS"){
	window.open("everio_demo.html","pop","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=1,width=420,height=260");
	} else {
	return TB_show('Everio Demo Movie','everio_demo.html?keepThis=true&TB_iframe=true&height=250&width=400');
	}
}


