function resetbut(){};
function codeCopied(msg){
alert(msg);
}
function draw(url){
var bid=url.substr(url.length-11,7);
var w=document.user.w.value;
var h=document.user.h.value;
if(isNaN(w)||!w||w.length>4||w.length<2||w/h<3){w = '468';}
if(isNaN(h)||!h||h.length>3||h.length<2||w/h<3){h = '60';}
var bs=document.user.bstyle.value;
var bw=document.user.bwidth.value;
var bc=document.user.bcolor.value;
if(document.user.bord.checked){
var divstyle='
';
var divclose='
';
var stystr='style="width:'+w+'px;border: '+bs+' '+bw+bc+'"';
}else{
var divstyle='';
var divclose='';
var stystr='';
}
var codelink='