function winopen(urlvalue)
    window.open urlvalue,null,"height=400,width=620,status=yes,toolbar=no,menubar=no,location=no,resizable=yes,scrollbars=yes"
end function


function docexe(comvalue) 
  
		document.execCommand (comvalue)         
End function

function winclose
  
		window.close        
End function