function open_window(url) {
	swfobject.getObjectById('am_flash').open_window(url);
}

function open_url(url) {
	swfobject.getObjectById('am_flash').open_url(url);
}

function get(id) {
	return document.getElementById(id);
}
