//function $()
function getId(itemId){
	return document.getElementById(itemId);
};

var QAType = new Array();
QAType[0] = 'What type of the question?';
/*-------------------------- Question types -----------------------------------*/
QAType[1] = 'Problem Installing Layout';
QAType[2] = 'Problem Installing Widget';
QAType[3] = 'Advertise On Your Site';
QAType[4] = 'About Your Website';