// JavaScript Document
function partner()
{
  var n= document.getElementById('menu1').value;
  if(n)
  {
	window.open (n);
  }
}
