function openBrWindow(url,name,width,height) {
	features = 'width=' + width + ',height=' + height + ',toolbar=no,menubar=no,scrollbars=no,resizable=no,status=no,marginwidth=0,marginheight=0';
	window.open(url,name,features);
}

function spew_code(img, textarea, src, h, w) {
	var box = document.getElementById(textarea) ;
	box.innerHTML = "&lt;a href=\"http://www.tryveg.com/\" target=\"_blank\"&gt;&lt;img src=\"http://files.cok.net/images/" + src + "\" height=\"" + h + "\" width=\"" + w + "\" /&gt;&lt;/a&gt;" ;
	box.focus() ;
	box.select() ;
}