var sURL  = 'http://www.gulivers.com/index.php?m=ajax_get_calendar&id=' + gulivers_id + '&cels=' + gulivers_cels + '&table_color=' + gulivers_table_color + '&caption_color=' + gulivers_caption_color + '&th_color=' + gulivers_th_color;

if (gulivers_cels == 6){
height = 425;
width = 1000;
} else if (gulivers_cels == 4){
height = 625;
width = 800;
} else if (gulivers_cels == 3){
height = 800;
width = 600;
} else if (gulivers_cels == 2){
height = 1125;
width = 400;
} else {
height = 800;
width = 600;
}

document.write('<iframe src ="'+sURL+'" width="'+ width +'px;" height="'+ height +'px" scrolling="no" frameborder="0"></iframe>');