var viewer;

// Add 20 for borders
//320 x 262 = width=340px,height=282px
//520 x 412 = width=540px,height=432px


function openVideo(vod) {
	var URL = "/aspx/city/vod.aspx?vod=" + escape(vod);
	viewer=window.open(URL,"viewer","location=no,status=yes,scrollbars=no,resizable=yes,width=540px,height=432px")
	viewer.focus();
}


