function WindowPopUp(x,y,GBname,st,sb,rs) {
   windowMedia = window.open('',GBname,'toolbar=no,left=30,top=30,status='+ st +',scrollbars='+ sb +',resizable='+ rs +',width='+ x +',height='+ y)
}