function openPopUp(url, width, height, left, top, resizable, scrollbars, menubars)	{	var hWnd = window.open(url,"lrgimg","width=" + width + ",height=" + height + ",left=" + left + ",top=" + top + ",resizable=" + resizable + ",scrollbars=" + scrollbars + ", menubar=" + menubars);	}function mediaplayerpop(url,vidpath) {    var baseurl = "/mediaplayer/video.asp?vidName="	var pathurl = "&vidPath="	window.open(baseurl + url + pathurl + vidpath, "", "width=500, height=575, status=yes,menubar=yes,toolbar=yes,location=no,resizable=yes,scrollbars=1");}	
