// JavaScript Document

function openClip(url, wid, hei, scr){
		window.open(url, '_blank', "width="+wid+",height="+hei+",scrollbars="+scr);
	}
