// JavaScript Document
<!-- ¡Ã³Õãªépopup-->
	function PopWin(sURL,wName,tPos,lPos,iWidth,iHeight) {
	ctrlWindow=window.open(sURL,wName,"toolbar=no,scrollbars=no,resizable=no,statusbar=no,top="+ tPos +",left=" + lPos +",width=" + iWidth +",height=" + iHeight );
	}

function scriptLoad(){<!-- ¡Ã³Õãªépopup-->
PopWin('files/radio.html','rPopup',10,10,468,108); 

 	}
