
function openvid() {

x='<EMBED SRC=vid/polen_bg_premier.wmv width=200 height=200 AUTOPLAY=true CONTROLLER=true LOOP=false PLUGINSPAGE=http://www.apple.com/quicktime/>';
document.getElementById("td_vid").innerHTML = x;

}


function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

