function resizeSWF(newHeight) {
	document.getElementById('myContent').style.height = newHeight + "px";
	return newHeight + " received";	
}


function popUp(arg) {
	window.open(arg);
}
