//To open the popup windows

function popup(sPath, sFeature)
{
	window.open(sPath, '', sFeature)
}