function VopenWin(thiswin) {
	docnow = thiswin;
  	  helpwin = window.open(docnow, 'helpwin', 'width=350,height=370,left=20,top=20,scrollbars=no,resizeable=no');
}