function openPopup(url, d, l, m, s, ti, to, sb, r, w, h){
	open(url,'miaPopup',"directories=" + d + ",location=" + l + ",menubar=" + m + ",status=" + s + ",titlebar=" + ti + ",toolbar=" + to + ",scrollbars=" + sb + ",width=" + w + ",height=" + h + ",resizeable=" + r);
}
