
function popUp(url, w, h)
	{
	window.open(url, 'popUp', 'location=0, resizable=0, status=0, titlebar=1, directories=0, toolbar=0, menubar=0, scrollbars=1, width='+w+', height='+h);
	return false;
	}

function link()
	{
	}
