
function taG(q,i){
	while(q.search(' ') != -1)q=q.replace(' ','_');
	q=encodeURIComponent(q);
	document.location.href="/tag/"+q;
}

function tGet(x){
	document.vse.action="javascript:taG(document.vse.q.value,"+x+")";
}


function download_vid(x){
 tools_w('/tools/download-'+x,400,300);
}

function bookmark_vid(x){
 tools_w('/tools/bookmark-'+x,400,300);
}

function webembed_vid(x){
 tools_w('/tools/embed-'+x,500,300);
}

function tools_w(url,width,height){
 options="toolbar=no,scrollbars=yes,directories=no,status=yes,menubar=no,";
 options+="resizable=yes,width="+width+",height="+height;
 window.open(url,"tools", options);
}
