function flash(f) {
    var tag;
    tag = '<embed src="'+f+'" width="495" height="230" allowScriptAccess="always" type="application/x-shockwave-flash" allowFullScreen="true"></embed>';
    document.write(tag);

}