function hideFrame(){
	window.parent.hidediv();
}
function questionsChanged(){
	window.parent.questionsChanged();
}
function login(email, pass){
	window.parent.login(email, pass);
}
function gotoSection(section, subsection){
	window.parent.gotoSection(section, subsection);
}
function gotoContentType(type, id){
	window.parent.gotoContentType(type, id);
}