function openExt(url){
	window.open(url,'external','width=800,height=600,left=0,top=100,toolbar=yes,location=yes,menubar=yes,copyhistory=yes,status=yes,scrollbars=yes');
}