document.write("<style type='text/css'>");
document.write("iframe#maframe"+zone+"{");
document.write("width: "+(width-2)+"px;");
document.write("height: "+(height-2)+"px;");
document.write("border: 1px solid #"+bordercolor+";");
document.write("background-color: #"+bgcolor+";");
document.write("overflow: hidden;");
document.write("}");
document.write("</style>");
var src=maurl+"?bgcolor="+bgcolor+"&title="+title+"&text="+text+"&url="+url+"&zone="+zone+"&target="+target+"&width="+width+"&height="+height;
switch (type){
	case "campaign":
		src=src+"&camp="+camp;
	break;
	case "client":
		src=src+"&uid="+uid;
	break;
	case "client_camp":
		src=src+"&uid="+uid+"&camp="+camp;
	break;
}
document.write("<iframe scrolling='no' frameborder='0' id='maframe"+zone+"' src='"+src+"'></iframe>");
