function openwindow(theurl) {
  window.open(theurl,'Preview','width=600,height=600');
}