var SBinfo = [];
SBinfo.keyword1 = {
    type        : "suggest",
    searchURL   : "jsrs.php",
    table       : "mrconso",
    columns     : "str,cui",
    likeMatch   : "str",
    size        : 20,
    order       : "str",
    optText     : "str",
    optValue    : "cui",
    action      : "getId",
    more        : "... siguientes",
    style       : {
        backgroundColor : "#ffffcc",
				color: "red",
				width:"220"				
    }
}
SBinfo.keyword2 = {
    type        : "suggest",
    searchURL   : "jsrs.php",
    table       : "mrconso",
    columns     : "str,cui",
    likeMatch   : "str",
    size        : 32,
    order       : "str",
    optText     : "str",
    optValue    : "cui",
    action      : "getId",
    more        : "... siguientes",
    style       : {
        backgroundColor : "#ffffcc",
				color: "red",
				width:"220"				
    }
}
SBinfo.keyword3 = {
    type        : "suggest",
    searchURL   : "jsrs.php",
    table       : "mrconso",
    columns     : "str,cui",
    likeMatch   : "str",
    size        : 32,
    order       : "str",
    optText     : "str",
    optValue    : "cui",
    action      : "getId",
    more        : "... siguientes",
    style       : {
        backgroundColor : "#ffffcc",
				color: "red",
				width:"220"				
    }
}
SBinfo.keyword4 = {
    type        : "suggest",
    searchURL   : "keywordjournal.php",
    table       : "journal",
    columns     : "JournalTitle,MedAbbr",
    likeMatch   : "JournalTitle",
    size        : 32,
    order       : "JournalTitle",
    optText     : "JournalTitle",
    optValue    : "MedAbbr",
    action      : "getId",
    more        : "... Siguientes",
    style       : {
        backgroundColor : "#ffffcc",
				width:"450",
				color: "red"
    }
}
/*
SBinfo.keyword4 = {
    type        : "suggest",
    searchURL   : "keywordjournal.php",
    table       : "journal",
    columns     : "JrId,MedAbbr",
    likeMatch   : "MedAbbr",
    size        : 32,
    order       : "MedAbbr",
    optText     : "MedAbbr",
    optValue    : "JrId",
    action      : "getId",
    more        : "... Siguientes",
    style       : {
        backgroundColor : "#ffffcc",
				width:"250",
				color: "red"
    }
}
*/
