var current = "10";
var menuQuestion = '<font color=black>What do you think about this site?</font>'; // Question

menuValues = new Array("Cool","Ummmm, not bad","Confused","What the hell is this?");

var tblAttr = 'border=0 bgcolor="#EEEEEE" align="center" class="infoBoxContents"'; // Table Attributes like class, border, bgcolor etc. (optional)
var tdAttr  = ' class="infoBoxContents"'; // TD attributes like class, bgcolor etc. (optional)
var action = "/cgi-bin/osid/vote.cgi"; // FORM action
var menuTitle = 'Your vote'; // Title
var btnSubmit = ' Vote &raquo;';  // Submit button LABLE
var id = '24075';
