function showflash(where) {
	var swf_code = '<embed width="940" height="234" src="flash.swf" />';
	if (where=='parent') {
		parent.document.getElementById("top_swf").innerHTML = swf_code
	}
	else {
		document.getElementById("top_swf").innerHTML = swf_code
	}
}



function open_win(url) {
	swc_win=open(url,"swc_win","toolbar=no,location=no,directories=no, status=yes,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=500,height=360, left=20, top=60");
}
