// JavaScript Document
function miniWin(myUrl,myW,myH){
     window.open(myUrl,"","width="+myW+",height="+myH+",scrollbars=yes");
}
		 

