// JavaScript Document

function hop ($url) {
 window.open($url,'_top');	
}
