

document.write("<SCRIPT language=\"javascript\">\n");
document.write("<!--\n");
document.write("function xbi(){\n");
document.write("	this.ver=navigator.appVersion; this.agent=navigator.userAgent; this.dom=document.getElementById?1:0\n");
document.write("	this.ie5=(this.ver.indexOf(\"MSIE 5\")>-1 && this.dom)?1:0; this.ie6=(this.ver.indexOf(\"MSIE 6\")>-1 && this.dom)?1:0\n");
document.write("	this.ie4=(document.all && !this.dom)?1:0; this.ie=this.ie4||this.ie5||this.ie6; this.mac=this.agent.indexOf(\"Mac\")>-1\n");
document.write("	this.opera5=this.agent.indexOf(\"Opera 5\")>-1; this.ns6=(this.dom && parseInt(this.ver) >= 5) ?1:0; this.ns4=(document.layers && !this.dom)?1:0\n");
document.write("	this.ok=(this.ie6 || this.ie5 || this.ie4 || this.ns4 || this.ns6 || this.opera5 || this.dom); return this\n");
document.write("}\n");
document.write("var xbi=new xbi()\n");
document.write("function go(url,targ){\n");
document.write("	var ref=(url.indexOf(\"?\")?\"&\":\"?\")+\"ID=\"+(!window.refID?\"0\":refID)\n");
document.write("	if(String(targ)==\"undefined\" || targ==\"\" || targ==0 || targ==\"_self\") location.href=url+ref\n");
document.write("	else if(targ==\"_blank\") window.open(url+ref)\n");
document.write("	else if(targ==\"_top\" || targ==\"window\") top.location.href=url+ref\n");
document.write("	else if(top[targ]) top[targ].location.href=url+ref\n");
document.write("	else alert('Unknown target')\n");
document.write("}\n");
document.write("function gdemo()\n");
document.write("{\n");
document.write("	this.curcol='textcol'\n");
document.write("	this.textcol=''\n");
document.write("	this.bgcol='FFFFFF'\n");
document.write("	this.text='Xara3D'\n");
document.write("	this.fsize='48'\n");
document.write("	this.font=''\n");
document.write("	this.templ='Calligraphic2'\n");
document.write("	this.imgsrc='http://ws.xara.com/graphicrender/img/spacer.gif'\n");
document.write("	this.colclk=gd_colclk\n");
document.write("	this.sub=gd_sub\n");
document.write("	this.mover=gd_mover; this.mout=gd_mout\n");
document.write("	this.setsel=gd_setsel; this.settext=gd_settext\n");
document.write("}\n");
document.write("window.gd=new gdemo()\n");
document.write("window.gdcv=new Array;gdcv[0]=\"00\";gdcv[1]=\"33\";gdcv[2]=\"66\";gdcv[3]=\"99\";gdcv[4]=\"CC\";gdcv[5]=\"FF\";gdcv[6]=\"FF\"\n");
document.write("function gd_colclk(ev,im){\n");
document.write("	var x,y\n");
document.write("	if (xbi.ie){\n");
document.write("		x=ev.offsetX; y=ev.offsetY\n");
document.write("	}else{\n");
document.write("		var i=document[im]\n");
document.write("		x=ev.x-i.x; y=ev.y-i.y\n");
document.write("	}\n");
document.write("	var r,g,b=Math.floor(y/8),col=\"FFFFFF\"\n");
document.write("	if(x>287) col=gdcv[b]+gdcv[b]+gdcv[b];\n");
document.write("	else{\n");
document.write("		r=Math.floor((x%48)/8); g=Math.floor(x/48); col=gdcv[r]+gdcv[g]+gdcv[b]\n");
document.write("	}\n");
document.write("	this[this.curcol]=col\n");
document.write("	this.sub()\n");
document.write("}\n");
document.write("function gd_mover(st,im,src){\n");
document.write("	if(im){\n");
document.write("		var i=document[im]\n");
document.write("		if(src){i.oldsrc=i.src; i.src=src}\n");
document.write("	}\n");
document.write("	if(st) setTimeout(\"window.status='\"+st+\"'\",0)\n");
document.write("}\n");
document.write("function gd_mout(im){\n");
document.write("	if(im){\n");
document.write("		var i=document[im]\n");
document.write("		if(i.oldsrc){i.src=i.oldsrc; i.oldsrc=null}\n");
document.write("	}\n");
document.write("	setTimeout(\"window.status=''\",0)\n");
document.write("}\n");
document.write("function gd_setsel(v){\n");
document.write("	var ms=document.gdf['gd'+v], s=ms.selectedIndex\n");
document.write("	this[v]=ms.options[s].value\n");
document.write("}\n");
document.write("function gd_settext(v){\n");
document.write("	var f=document.gdf\n");
document.write("	this[v]=f['gd'+v].value\n");
document.write("}\n");
document.write("function gd_sub(){\n");
document.write("	this.imgsrc='http://ws.xara.com/graphicrender/popups/render.asp?type=3dhead'\n");
document.write("			+'&templ='+escape(this.templ)\n");
document.write("			+'&text='+escape(this.text)\n");
document.write("			+'&textcol='+this.textcol\n");
document.write("			+'&bgcol='+this.bgcol\n");
document.write("			+'&fsize='+this.fsize\n");
document.write("			+'&font='+escape(this.font)\n");
document.write("			+'&ref='+(!window.refID?'0':refID)\n");
document.write("	if(xbi.ns4) this.imgsrc+='&trans=0'\n");
document.write("\n");
document.write("\n");
document.write("	window.donesize=0\n");
document.write("	popupwin.open()\n");
document.write("\n");
document.write("}\n");
document.write("\n");
document.write("function gdwin(name,title,w,h){\n");
document.write("	this.name=name; this.title=title; this.w=w; this.h=h; this.open=gdw_open\n");
document.write("}\n");
document.write("function gdw_open(){\n");
document.write("	if (this.name=='popup'){\n");
document.write("		var params=\"menubar=no,toolbar=no,location=no,directories=no,status=no,scrollbars=yes,resizable=yes,dependent,width=\"+this.w+\",height=\"+this.h\n");
document.write("		var win=window.open(gd.imgsrc,'GD'+this.name+'Win',params)\n");
document.write("		this.win=win\n");
document.write("	}else{\n");
document.write("		var params=\"menubar=no,toolbar=no,location=no,directories=no,status=no,scrollbars=yes,resizable=yes,dependent,width=\"+this.w+\",height=\"+this.h\n");
document.write("		var win=window.open('','GD'+this.name+'Win',params)\n");
document.write("		win.focus()\n");
document.write("		var d=win.document\n");
document.write("		d.open()\n");
document.write("		d.write('<html><head><title>'+this.title+'</title></head><body bgcolor=\"FFFFFF\">'+eval('GDget'+this.name+'content()')+'</body>')\n");
document.write("		d.close()\n");
document.write("		win.p=window\n");
document.write("		this.win=win\n");
document.write("	}\n");
document.write("}\n");
document.write("var popupwin = new gdwin('popup','Your Graphic',220,200)\n");
document.write("\n");
document.write("\n");
document.write("\n");
document.write("var GDTemplatesarray = new Array()\n");
document.write("GDTemplatesarray[0] = \"Calligraphic2\";GDTemplatesarray[1] = \"Coolsville\";GDTemplatesarray[2] = \"Example2\";GDTemplatesarray[3] = \"Impact\";GDTemplatesarray[4] = \"Impact3\";GDTemplatesarray[5] = \"Xtreme3\";\n");
document.write("\n");
document.write("var Templateswin = new gdwin('Templates','Styles',250,300)\n");
document.write("function GDgetTemplatescontent()\n");
document.write("{\n");
document.write("	var str=\"<b>Heading styles created with <a href=\\\"javascript:p.go('http://www.club.xara.com/x3dref.asp?d=i','_blank')\\\">Xara3D</a></b><table border=0 cellpadding=3 cellspacing=0 valign=center>\"\n");
document.write("	var i\n");
document.write("	for(i=0;i<GDTemplatesarray.length;i++){\n");
document.write("		str+=\"<tr><td>\"\n");
document.write("		str+=\"<a href=\\\"javascript://\\\" onmouseover=\\\"setTimeout('window.status=\\\\\\'\\\\\\'',0)\\\" onclick=\\\"p.gd.templ=p.GDTemplatesarray[\"+i+\"];p.gd.textcol='';p.gd.font='';p.gd.sub();window.close();return false;\\\">\";\n");
document.write("		str+=\"<img src=\\\"http://ws.xara.com/graphicres/3dhead/\"+escape(GDTemplatesarray[i])+\".gif\\\"\"\n");
document.write("		str+=\" border=0 alt=\\\"\"+GDTemplatesarray[i]+\"\\\">\"\n");
document.write("		str+=\"</a>\"\n");
document.write("		str+=\"</td></tr>\\n\"\n");
document.write("	}\n");
document.write("	str+=\"</table>\"\n");
document.write("	return str\n");
document.write("}\n");
document.write("\n");
document.write("\n");
document.write("var GDFontsarray = new Array()\n");
document.write("GDFontsarray[0] = \"Abbess Regular\";GDFontsarray[1] = \"Biorst Regular\";GDFontsarray[2] = \"Blarney Regular\";GDFontsarray[3] = \"BodoniExtraBold Bold\";GDFontsarray[4] = \"Calligraphic Regular\";GDFontsarray[5] = \"Calvin Regular\";GDFontsarray[6] = \"Coolsville Regular\";GDFontsarray[7] = \"DicotMedium Regular\";GDFontsarray[8] = \"Impact\";GDFontsarray[9] = \"KlingBold Bold\";GDFontsarray[10] = \"Splash Regular\";GDFontsarray[11] = \"Toledo Regular\";\n");
document.write("\n");
document.write("var Fontswin = new gdwin('Fonts','Fonts',250,300)\n");
document.write("function GDgetFontscontent()\n");
document.write("{\n");
document.write("	var str=\"<b>Fonts courtesy of <a href=\\\"javascript:p.go('http://www.club.xara.com/x3dref.asp?d=b','_blank')\\\">buyfonts.com</a></b><table border=0 cellpadding=3 cellspacing=0 valign=center>\"\n");
document.write("	var i\n");
document.write("	for(i=0;i<GDFontsarray.length;i++){\n");
document.write("		str+=\"<tr><td>\"\n");
document.write("		str+=\"<a href=\\\"javascript://\\\" onmouseover=\\\"setTimeout('window.status=\\\\\\'\\\\\\'',0)\\\" onclick=\\\"p.gd.font=p.GDFontsarray[\"+i+\"];p.gd.sub();window.close();return false;\\\">\";\n");
document.write("		str+=\"<img src=\\\"http://ws.xara.com/graphicres/Fonts/\"+escape(GDFontsarray[i])+\".gif\\\"\"\n");
document.write("		str+=\" border=0 alt=\\\"\"+GDFontsarray[i]+\"\\\">\"\n");
document.write("		str+=\"</a>\"\n");
document.write("		str+=\"</td></tr>\\n\"\n");
document.write("	}\n");
document.write("	str+=\"</table>\"\n");
document.write("	return str\n");
document.write("}\n");
document.write("\n");
document.write("var mopl = new Array\n");
document.write("mopl[0]=new Image;mopl[0].src=\"http://ws.xara.com/graphicres/skins/x3deng/moreon.gif\"\n");
document.write("mopl[1]=new Image;mopl[1].src=\"http://ws.xara.com/graphicres/skins/x3deng/fonton.gif\"\n");
document.write("mopl[2]=new Image;mopl[2].src=\"http://ws.xara.com/graphicres/skins/x3deng/previewon.gif\"\n");
document.write("mopl[3]=new Image;mopl[3].src=\"http://ws.xara.com/graphicres/skins/x3deng/dloadon.gif\"\n");
document.write("mopl[4]=new Image;mopl[4].src=\"http://ws.xara.com/graphicres/skins/x3deng/addon.gif\"\n");
document.write("mopl[5]=new Image;mopl[5].src=\"http://ws.xara.com/graphicres/skins/x3deng/styleon.gif\"\n");
document.write("\n");
document.write("\n");
document.write("//-->\n");
document.write("</SCRIPT" + ">");
document.write("<!-- Begin RealTracker, site = 5060, id = 11 ---><script" + ">");
document.write("<!--\n");
document.write("id=11;res=''\n");
document.write("function f(s){f2(s)}\n");
document.write("function f2(s){document.write('<IMG SRC=\"'+s+'\" BORDER=0 WIDTH=1 HEIGHT=1 ALT=\"\">')}\n");
document.write("// ---></script" + ">");
document.write("<script src=\"http://layout1.realtracker.com/includes/rt_s1.js\" language=\"Javascript1.2\"></script" + ">");
document.write("<script" + ">");
document.write("<!--\n");
document.write("f('http://www.netpoll.nl/netpoll/imulti.asp?site=5060&id='+id+'&js=1'+res)\n");
document.write("if (navigator.userAgent.indexOf('MSIE')>=0)document.write('<!--')\n");
document.write("// ---></script" + ">");
document.write("<NOSCRIPT" + ">");
document.write("<IMG SRC=\"http://www.netpoll.nl/netpoll/imulti.asp?site=5060&id=11&js=0&b=0\" BORDER=0 ALT=\"\" WIDTH=1 HEIGHT=1></NOSCRIPT" + ">");
document.write("\n");
document.write("<!-- Einde RealTracker --->\n");
document.write("<form name=\"gdf\" onsubmit=\"gd.settext('text');gd.sub();return false\"><table width=\"420\" border=\"0\" cellspacing=\"0\" cellpadding=\"10\" height=\"221\">\n");
document.write("<tr>\n");
document.write("<td bgcolor=\"#ccd8e6\" width=\"100%\" height=\"196\" valign=\"top\" align=\"center\"> \n");
document.write("<div align=\"center\"> \n");
document.write("<table width=\"100%\" border=\"0\" cellspacing=\"3\" cellpadding=\"3\">\n");
document.write("<tr>\n");
document.write("<td bgcolor=\"#000000\"> \n");
document.write("<div align=\"center\"><img src=\"http://ws.xara.com/graphicres/skins\\x3deng/header.gif\" width=\"364\" height=\"42\"></div>\n");
document.write("</td>\n");
document.write("</tr>\n");
document.write("</table>\n");
document.write("<table width=\"400\" border=\"0\" cellspacing=\"3\" cellpadding=\"3\" height=\"155\">\n");
document.write("<tr>\n");
document.write("<td bgcolor=\"#5f6f84\" height=\"224\" valign=\"top\"> \n");
document.write("<div align=\"left\"><font color=\"#FFFFFF\" size=\"1\" face=\"Verdana, Arial, Helvetica, sans-serif\"><b><font color=\"#CCD8E6\"><img src=\"http://ws.xara.com/graphicrender/img/spacer.gif\" width=\"8\" height=\"8\"><font color=\"#FFFFFF\">Simplemente \n");
document.write("escribe el texto y haga clic para escoger su estilo y conjunto de caracteres.</font" + ">");
document.write("</font" + ">");
document.write("</b></font" + ">");
document.write(" \n");
document.write("<table width=\"394\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n");
document.write("<tr>\n");
document.write("<td>\n");
document.write("<table width=\"394\" border=\"0\" cellspacing=\"4\" cellpadding=\"0\" bordercolor=\"#FF0000\">\n");
document.write("<tr> \n");
document.write("<td width=\"77\" align=\"right\"><img src=\"http://ws.xara.com/graphicres/skins/x3deng/text.gif\" width=\"52\" height=\"12\"></td>\n");
document.write("<td width=\"299\"> \n");
document.write("<input type=\"text\" name=\"gdtext\" size=\"15\" maxlength=\"30\" value=\"Xara3D\" onchange=\"gd.settext('text'); gd.sub()\">\n");
document.write("&nbsp;&nbsp;<a href=\"javascript:;\" onmouseover=\"gd.mover('Generate the graphic','gdbut0','http://ws.xara.com/graphicres/skins/x3deng/previewon.gif')\" onmouseout=\"gd.mout('gdbut0')\" onclick=\"gd.sub();return false\"><img src=\"http://ws.xara.com/graphicres/skins/x3deng/previewoff.gif\" border=0 width=77 height=22 align=\"absmiddle\" name=\"gdbut0\"></a>\n");
document.write("</td>\n");
document.write("</tr>\n");
document.write("</table>\n");
document.write("</td>\n");
document.write("</tr>\n");
document.write("<tr>\n");
document.write("<td>\n");
document.write("<table width=\"100%\" border=\"0\" cellspacing=\"4\" cellpadding=\"0\" bordercolor=\"#99FF00\">\n");
document.write("<tr> \n");
document.write("<td width=\"78\" align=\"right\"><img src=\"http://ws.xara.com/graphicres/skins\\x3deng/size.gif\" width=\"50\" height=\"12\"></td>\n");
document.write("<td width=\"298\"><select name=\"gdfsize\" onChange=\"gd.setsel('fsize');gd.sub()\">\n");
document.write("<option value=\"16\">16pt</option>\n");
document.write("<option value=\"24\">24pt</option>\n");
document.write("<option value=\"32\">32pt</option>\n");
document.write("<option value=\"40\">40pt</option>\n");
document.write("<option value=\"48\" selected>48pt</option>\n");
document.write("<option value=\"56\">56pt</option>\n");
document.write("<option value=\"64\">64pt</option>\n");
document.write("<option value=\"72\">72pt</option>\n");
document.write("</select" + ">");
document.write("&nbsp;<a href=\"javascript:;\" onmouseover=\"gd.mover('Click to select a font','gdbut1','http://ws.xara.com/graphicres/skins/x3deng/fonton.gif')\" onmouseout=\"gd.mout('gdbut1')\" onclick=\"Fontswin.open();return false\"><img src=\"http://ws.xara.com/graphicres/skins/x3deng/fontoff.gif\" border=0 width=94 height=23 align=\"absmiddle\" name=\"gdbut1\"></a>\n");
document.write("&nbsp;<a href=\"javascript:;\" onmouseover=\"gd.mover('Click to select a graphic style','gdbut2','http://ws.xara.com/graphicres/skins/x3deng/styleon.gif')\" onmouseout=\"gd.mout('gdbut2')\" onclick=\"Templateswin.open();return false\"><img src=\"http://ws.xara.com/graphicres/skins/x3deng/styleoff.gif\" border=0 width=94 height=23 align=\"absmiddle\" name=\"gdbut2\"></a>\n");
document.write("</td>\n");
document.write("</tr>\n");
document.write("</table>\n");
document.write("</td>\n");
document.write("</tr>\n");
document.write("<tr>\n");
document.write("<td>\n");
document.write("<table width=\"100%\" border=\"0\" cellspacing=\"4\" cellpadding=\"0\" bordercolor=\"#FFCC00\">\n");
document.write("<tr>\n");
document.write("<td width=\"80\" align=\"right\"><img src=\"http://ws.xara.com/graphicres/skins\\x3deng/color.gif\" width=\"59\" height=\"12\"></td>\n");
document.write("<td width=\"296\">\n");
document.write("<div align=\"right\"><a href=\"javascript:;\" onmouseover=\"gd.mover('Click to select a color','gdbut3',null)\" onmouseout=\"gd.mout('gdbut3')\" onclick=\"gd.colclk(event,'gdbut3');return false\"><img src=\"http://ws.xara.com/graphicrender/img/color-picker.gif\" border=0 width=297 height=49 name=\"gdbut3\"></a></div>\n");
document.write("</td>\n");
document.write("</tr>\n");
document.write("</table>\n");
document.write("</td>\n");
document.write("</tr>\n");
document.write("</table>\n");
document.write("</div>\n");
document.write("<div align=\"center\"><font size=\"1\" face=\"Verdana, Arial, Helvetica, sans-serif\" color=\"#FFFFFF\"><b>\n");
document.write("\n");
document.write("<br><br>\n");
document.write("</b></font" + ">");
document.write("\n");
document.write("<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n");
document.write("<tr>\n");
document.write("<td>\n");
document.write("<div align=\"center\"><a href=\"javascript:;\" onmouseover=\"gd.mover('Download a trial version of Xara3D','gdbut4','http://ws.xara.com/graphicres/skins/x3deng/dloadon.gif')\" onmouseout=\"gd.mout('gdbut4')\" onclick=\"go('http://www.xara.com/x3dref.asp?d=d','_blank');return false\"><img src=\"http://ws.xara.com/graphicres/skins/x3deng/dloadoff.gif\" border=0 width=164 height=20 name=\"gdbut4\"></a></div>\n");
document.write("</td>\n");
document.write("<td>\n");
document.write("<div align=\"center\"><a href=\"javascript:;\" onmouseover=\"gd.mover('Learn more about Xara3D','gdbut5','http://ws.xara.com/graphicres/skins/x3deng/moreon.gif')\" onmouseout=\"gd.mout('gdbut5')\" onclick=\"go('http://www.xara.com/x3dref.asp?d=i','_blank');return false\"><img src=\"http://ws.xara.com/graphicres/skins/x3deng/moreoff.gif\" border=0 width=164 height=20 name=\"gdbut5\"></a></div>\n");
document.write("</td>\n");
document.write("</tr>\n");
document.write("</table>\n");
document.write("<table width=\"80%\" border=\"0\" cellspacing=\"6\" cellpadding=\"0\">\n");
document.write("<tr>\n");
document.write("<td>\n");
document.write("<div align=\"center\"><a href=\"javascript:;\" onmouseover=\"gd.mover('Instructions for adding this Xara3D demo to your own pages','gdbut6','http://ws.xara.com/graphicres/skins/x3deng/addon.gif')\" onmouseout=\"gd.mout('gdbut6')\" onclick=\"go('http://www.xara.com/x3dref.asp?d=a','_blank');return false\"><img src=\"http://ws.xara.com/graphicres/skins/x3deng/addoff.gif\" border=0 width=245 height=22 name=\"gdbut6\"></a></div>\n");
document.write("</td>\n");
document.write("</tr>\n");
document.write("</table>\n");
document.write("</div>\n");
document.write("</td>\n");
document.write("</tr>\n");
document.write("</table>\n");
document.write("</div>\n");
document.write("</td>\n");
document.write("</tr>\n");
document.write("</table>\n");
document.write("</form>");