function embedswf(aaa,bbb,ccc){
document.write("<embed src='"+aaa+"' width='"+bbb+"' height='"+ccc+"'>");
}

function POPwin(page){
		window.open(page, "popwin","status=0,toolbar=0,menubar=0,scrollbars=0,width=620,height=720"); 
	}
