function goToLink(myUrl, myName, myFeatures) {        
	if (myUrl.length > 0)
 		window.open(myUrl, myName, myFeatures);
}
