// JavaScript Document

function doPopup(url)
{
	window.open(url);	
}