﻿function ncmpopup( n,t,w,h,r,s ) {	a='resizable='+r+',scrollbars='+s+',width='+w+',height='+h;window.open(n,t,a);}
