window.onload = createContent;
//var privacy_url = "http://www.samsung.com/";

function createContent() {
	//write out the flash
	var fo = new FlashObject("./main.swf"+document.location.search, "main", "1000", "700", "7", "#FFFFFF");
	// you can use this to pass paramaters for Flash
	fo.addParam("quality", "high");
	fo.write("flashcontent");	
	fo.addParam("align", "left");
	document.getElementById("flashcontent").style.visibility = "visible";
}

function launch360() {
	window.open("product/index.html","","width=450,height=500");
}
