// JavaScript Document
function href(url, target)	{	if (target == ''||'undefined') target = '_self';	window.open(url, target);}
