﻿function popvideo(url,target){
	var width  = 580+25;
	var height = 505+25-131-8;
	return window.open(url,target,'resizable=0,width='+width+',height='+height);
}
function popvideo_hd(url,target){
	var width  = 873+25;
	var height = 670+25-131-8;
	return window.open(url,target,'resizable=0,width='+width+',height='+height);
}
