function openWindowFromHref(obj){
	myUrl = obj.href;
	window.open( myUrl , 'aaa' , 'width=800,height=600,scrollbars=yes' );
}