

//selectURL
function selectURL(sURL) 
{
	if (sURL != "") 
	{  
		location = sURL;  
	}
}


 
