function showVideo(url,width,height) {
var id="vid"+(new Date()).getTime();
if(document.all){/*IE*/ url="http://www.automedia.com/video.aspx?url="+url; }
if(!width){width=440;} if(!height){height=320;}
window.open(url,"vid","width="+width+",height="+height);
return false;
}