
var pid;
var wd;
var ht;
var font;
var font_size;
var align;
var font_color;
var link_color;
var link_color_over;
var table_border;
var table_border_color;
var table_background;
var price_color;
var key;
var results;
var image;
var imageabove;
var cols;
var imagebor;
var demo;
var des;
var desln;
var titln;
var category;
var align;
var imgh;
var imgw;
var iname;
var price;

if (imgh==undefined){imgh="60"}
if (imgw==undefined){imgw="60"}
if (iname==undefined){iname="1"}
if (price==undefined){price="1"}

key=key.replace(/\+/g,"%2B");
key=key.replace(/\-/g,"%2D");

url="http:\/\/www.clickpoint.it\/db\/loadwizard.cp?KEY="+key;
if (category!=undefined){url=url+"&CAT="+category}
if (align!=undefined){url=url+"&ALIGN="+align}
if (imgh!=undefined){url=url+"&IMGH="+imgh}
if (imgw!=undefined){url=url+"&IMGW="+imgw}
if (pid!=undefined){url=url+"&PRO="+pid}
if (demo!=undefined){url=url+"&DEMO="+demo}
if (font!=undefined){url=url+"&FONT="+font}
if (font_size!=undefined){url=url+"&FONTSIZE="+font_size}
if (align!=undefined){url=url+"&ALIGN="+align}
if (font_color!=undefined){url=url+"&FONTCOLOR="+font_color}
if (link_color!=undefined){url=url+"&LINKCOLOR="+link_color}
if (link_color_over!=undefined){url=url+"&LINKCOLOROVER="+link_color_over}
if (table_background!=undefined){url=url+"&BG="+table_background}
if (price_color!=undefined){url=url+"&PRICOLOR="+price_color}
if (results!=undefined){url=url+"&RES="+results}
if (wd!=undefined){url=url+"&W="+wd}
if (ht!=undefined){url=url+"&H="+ht}
if (des!=undefined){url=url+"&DES="+des}
if (desln!=undefined){url=url+"&DESLN="+desln}
if (titln!=undefined){url=url+"&TITLN="+titln}
if (image!=undefined){url=url+"&IMAGE="+image}
if (imagebor!=undefined){url=url+"&IMAGEBOR="+imagebor}
if (table_border!=undefined){url=url+"&TW="+table_border}
if (cols!=undefined){url=url+"&COLS="+cols}
if (imageabove!=undefined){url=url+"&IMAGEABOVE="+imageabove}
if (name!=undefined){url=url+"&NAME="+iname}
if (price!=undefined){url=url+"&PRICE="+price}


url=url+"&HTREF="+escape(document.location.href)


iframestyle="style=\"border:1px solid #"+table_border_color+"\"";

document.write("<ifr"+"ame src=\"" +url+ "\" frameborder=\"0\" scrolling=\"no\" marginwidth=\"0\" marginheight=\"0\" width=\""+wd+"\" height=\""+ht+"\""+iframestyle+"></iframe>");

pid= undefined;
wd= undefined;
ht= undefined;
font= undefined;
font_size= undefined;
align= undefined;
font_color= undefined;
link_color= undefined;
link_color_over= undefined;
table_border= undefined;
table_border_color= undefined;
table_background= undefined;
price_color= undefined;
key= undefined;
des= undefined;
titln= undefined;
desln= undefined;
results= undefined;
image= undefined;
imagebor= undefined;
cols= undefined;
demo= undefined;
imageabove= undefined;
name = undefined;
price = undefined;
category = undefined;
imgh = undefined;
imgw = undefined;

