
// set embedcode
function setEmbedcode(iWidth, iId) {

    document.widgetForm.widget.value = '<script type="text/javascript" src="' + rooturl + 'widget/widget.js?widget_id=' + iId + '&width=' + iWidth + '"></script>';    
}
