// JavaScript Document
function redirectlink(v)
{
	window.open(v,'mywindow');
}