function openWin(loc) {
	newwin = window.open(loc,"def","width=300,height=300");
}

 var which_img="home_rotate";

 var img_num=5;
 
  function print_mailto_link (nme, dom) {
 			 document.write('<a  class="link_body" href="mailto:' + nme + "@" + dom + '">' +  nme + " @ " + dom + '</a>');
	}
	
 function print_mailto_link2a (nme, dom, msg) {
 			 document.write('<a href="mailto:' + nme + "@" + dom + '">' +  msg + '</a>');
	}	
	
 function print_mailto_link_img (nme2, dom2) {
 			 document.write('<a href="mailto:' + nme2 + "@" + dom2 + '">');
	}
	
	

function changeUrl() {
var redirect;
redirect = document.getElementById('newUrl').value;
document.location.href = redirect;
}


function changeUrl2() {
var redirect;
redirect = document.getElementById('newUrl2').value;
document.location.href = redirect;
}

