function helpEmailnlu() { location.href=contextUrlPathStatic+"/helpemailnlu.htm"; } 
function helpEmail() { location.href=contextUrlPathStatic+"/helpemail.htm"; } 
function contactUs() {
	if(tmpUserName != null && tmpUserName != "null"){
		location.href = contextUrlPathStatic+"/usercommunication/contactUsViewAction.do";
	}else{
		location.href = contextUrlPathStatic+"/usercommunication/contactUsViewActionnlu.do";
	}
}
function goToPrivacyStatement() {
	if(tmpUserName != null && tmpUserName != "null"){
		location.href = contextUrlPathStatic+"/userinfo/privacyPolicyViewAction.do";
	}else{
		location.href = contextUrlPathStatic+"/userinfo/privacyPolicyViewActionnlu.do";
	}
	
}
function goToCommunityStandard() {
	if(tmpUserName != null && tmpUserName != "null"){
		location.href = contextUrlPathStatic+"/userinfo/communityStandardsViewAction.do";
	}else{
		location.href = contextUrlPathStatic+"/userinfo/communityStandardsViewActionnlu.do";
	}
	
}
function goToTermsAndConditionPage() {
	if(tmpUserName != null && tmpUserName != "null"){
		location.href = contextUrlPathStatic+"/communitystandardmessage.htm?tandc=tandc";
	}else{
		location.href = contextUrlPathStatic+"/communitystandardmessagenlu.htm?tandc=tandc";
	}
	
}
function goToAdvancedSearch(){
	if(tmpUserName != null && tmpUserName != "null"){
		location.href = contextUrlPathStatic+"/searchMaintainActionFromHeader.do?submit.search=Search";
	}else{
		location.href = contextUrlPathStatic+"/searchMaintainActionFromHeadernlu.do?submit.search=Search";
	}
}

// function added
function linkToMyRewards() {
	if(tmpUserName != null && tmpUserName != "null"){
		location.href = contextUrlPathStatic+"/myRewardRedeemAction.do";
	}else{
		location.href = contextUrlPathStatic+"/marketingViewActionnlu.do";
	}
 }
function expandAnswer(){

	if(document.getElementById("questionNO").value != null && document.getElementById("questionNO").value != "" && document.getElementById("questionNO").value != "null"){
		var param = document.getElementById("questionNO").value;
		var arr = param.split('*');
		if(arr.length == 1){
			var divId = 'gg_New_quest'+document.getElementById("questionNO").value;
			switchAnswer(divId);
		}else{
			switchQustMenu(arr[0], arr[1]);
		}
	}
}
function backAction(){
	if(document.getElementById("backButtonActionURL").value != null && document.getElementById("backButtonActionURL").value != ""){
		location.href=document.getElementById("backButtonActionURL").value;
	}
	else{
		location.href = history.go(-1);
	}
}
// end addition
// JavaScript Document
function showText()
{
	window.location.href='#';
	document.getElementById('searchTxt').style.font="normal 10pt Arial, Helvetica, sans-serif";		
	document.getElementById('searchTxt').style.color="#999999";
    var e=document.getElementById('searchTxt');
 	if(e.value!="Enter a topic")
   	e.value="Enter a topic";
	document.getElementById('gg_New_topNav').focus();
	var list2=document.getElementById('selectCountry');
	list2[0].selected=true;
}



function switchButton(image){

if(image=='image1')
document.getElementById(image).src=contextUrlPathStatic + "/images/img_upload1.png";
else if(image=='image2')
document.getElementById(image).src=contextUrlPathStatic + "/images/img_upload2.png";

document.getElementById(image).title="upload now";
document.getElementById(image).alt="upload now";
document.getElementById('flagList').style.display='none';

}


function changeFlag(){
document.getElementById('flag1').style.display='block';
if(document.getElementById('selectCountry').value==0){
document.getElementById('flag1').src=contextUrlPathStatic + "/images/img_uk.jpg";
//window.location.href='gg_search_results_logged_uk.html'
}
else if(document.getElementById('selectCountry').value==1) {
document.getElementById('flag1').src=contextUrlPathStatic + "/images/img_us.jpg";
//window.location.href='gg_search_results_logged_us.html'
}
else if(document.getElementById('selectCountry').value==2) {
document.getElementById('flag1').src=contextUrlPathStatic + "/images/img_flag_trans.gif";
}
}



var f1;
function switchQustMenu(faq, image) {
	var faq = document.getElementById(faq);
	
	if (faq.style.display != "none" ) {
		faq.style.display = 'none';
		document.getElementById(image).src=contextUrlPathStatic + "/images/icon_plus2.gif";
	}
	else {
		faq.style.display = '';
		document.getElementById(image).src=contextUrlPathStatic + "/images/icon_minus2.gif";
	}

}


function hideSection(qus){

document.getElementById('gg_New_faqBasic1').style.display='none';
document.getElementById('gg_New_image').src=contextUrlPathStatic + "/images/icon_plus2.gif";
document.getElementById('gg_New_faqBasic2').style.display='none';
document.getElementById('gg_New_image2').src=contextUrlPathStatic + "/images/icon_plus2.gif";
document.getElementById('gg_New_faqBasic3').style.display='none';
document.getElementById('gg_New_image3').src=contextUrlPathStatic + "/images/icon_plus2.gif";
document.getElementById('gg_New_faqBasic4').style.display='none';
document.getElementById('gg_New_image4').src=contextUrlPathStatic + "/images/icon_plus2.gif";
document.getElementById('gg_New_faqMember1').style.display='none';
document.getElementById('gg_New_image5').src=contextUrlPathStatic + "/images/icon_plus2.gif";
document.getElementById('gg_New_faqMember2').style.display='none';
document.getElementById('gg_New_image6').src=contextUrlPathStatic + "/images/icon_plus2.gif";
document.getElementById('gg_New_faqMember3').style.display='none';
document.getElementById('gg_New_image7').src=contextUrlPathStatic + "/images/icon_plus2.gif";
document.getElementById('gg_New_faqMember4').style.display='none';
document.getElementById('gg_New_image8').src=contextUrlPathStatic + "/images/icon_plus2.gif";
document.getElementById('gg_New_faqFind1').style.display='none';
document.getElementById('gg_New_image9').src=contextUrlPathStatic + "/images/icon_plus2.gif";
document.getElementById('gg_New_faqFind2').style.display='none';
document.getElementById('gg_New_image10').src=contextUrlPathStatic + "/images/icon_plus2.gif";
document.getElementById('gg_New_faqFind3').style.display='none';
document.getElementById('gg_New_image11').src=contextUrlPathStatic + "/images/icon_plus2.gif";
document.getElementById('gg_New_faqShare1').style.display='none';
document.getElementById('gg_New_image12').src=contextUrlPathStatic + "/images/icon_plus2.gif";
document.getElementById('gg_New_faqPay1').style.display='none';
document.getElementById('gg_New_image13').src=contextUrlPathStatic + "/images/icon_plus2.gif";
document.getElementById('gg_New_faqPay2').style.display='none';
document.getElementById('gg_New_image14').src=contextUrlPathStatic + "/images/icon_plus2.gif";

if((qus=='gg_New_quest1')||(qus=='gg_New_quest2')||(qus=='gg_New_quest3')||(qus=='gg_New_quest4')||(qus=='gg_New_quest5')||(qus=='gg_New_quest6')){
document.getElementById('gg_New_faqBasic1').style.display='block';
document.getElementById('gg_New_image').src=contextUrlPathStatic + "/images/icon_minus2.gif";
}
else if((qus=='gg_New_quest7')||(qus=='gg_New_quest8')||(qus=='gg_New_quest9')||(qus=='gg_New_quest10')||(qus=='gg_New_quest11')){
document.getElementById('gg_New_faqBasic2').style.display='block';
document.getElementById('gg_New_image2').src=contextUrlPathStatic + "/images/icon_minus2.gif";
}
else if((qus=='gg_New_quest12')||(qus=='gg_New_quest13')){
document.getElementById('gg_New_faqBasic3').style.display='block';
document.getElementById('gg_New_image3').src=contextUrlPathStatic + "/images/icon_minus2.gif";
}
else if((qus=='gg_New_quest14')||(qus=='gg_New_quest15')){
document.getElementById('gg_New_faqBasic4').style.display='block';
document.getElementById('gg_New_image4').src=contextUrlPathStatic + "/images/icon_minus2.gif";
}
else if((qus=='gg_New_quest16')||(qus=='gg_New_quest17')||(qus=='gg_New_quest18')||(qus=='gg_New_quest19')||(qus=='gg_New_quest20')||(qus=='gg_New_quest21')||(qus=='gg_New_quest22')||(qus=='gg_New_quest23')||(qus=='gg_New_quest24')||(qus=='gg_New_quest25')||(qus=='gg_New_quest26')||(qus=='gg_New_quest27')||(qus=='gg_New_quest28')||(qus=='gg_New_quest29')||(qus=='gg_New_quest30')||(qus=='gg_New_quest31')){
document.getElementById('gg_New_faqMember1').style.display='block';
document.getElementById('gg_New_image5').src=contextUrlPathStatic + "/images/icon_minus2.gif";
}
else if((qus=='gg_New_quest32')||(qus=='gg_New_quest33')||(qus=='gg_New_quest34')||(qus=='gg_New_quest35')||(qus=='gg_New_quest36')||(qus=='gg_New_quest37')||(qus=='gg_New_quest38')||(qus=='gg_New_quest39')||(qus=='gg_New_quest40')){
document.getElementById('gg_New_faqMember2').style.display='block';
document.getElementById('gg_New_image6').src=contextUrlPathStatic + "/images/icon_minus2.gif";
}
else if((qus=='gg_New_quest41')||(qus=='gg_New_quest42')||(qus=='gg_New_quest43')||(qus=='gg_New_quest44')||(qus=='gg_New_quest45')||(qus=='gg_New_quest46')||(qus=='gg_New_quest47')||(qus=='gg_New_quest48')||(qus=='gg_New_quest49')){
document.getElementById('gg_New_faqMember3').style.display='block';
document.getElementById('gg_New_image7').src=contextUrlPathStatic + "/images/icon_minus2.gif";
}
else if((qus=='gg_New_quest50')||(qus=='gg_New_quest51')||(qus=='gg_New_quest52')||(qus=='gg_New_quest53')){
document.getElementById('gg_New_faqMember4').style.display='block';
document.getElementById('gg_New_image8').src=contextUrlPathStatic + "/images/icon_minus2.gif";
}
else if((qus=='gg_New_quest54')||(qus=='gg_New_quest55')||(qus=='gg_New_quest56')||(qus=='gg_New_quest57')||(qus=='gg_New_quest58')||(qus=='gg_New_quest59')||(qus=='gg_New_quest60')||(qus=='gg_New_quest61')){
document.getElementById('gg_New_faqFind1').style.display='block';
document.getElementById('gg_New_image9').src=contextUrlPathStatic + "/images/icon_minus2.gif";
}
else if((qus=='gg_New_quest62')||(qus=='gg_New_quest63')||(qus=='gg_New_quest64')||(qus=='gg_New_quest65')||(qus=='gg_New_quest66')||(qus=='gg_New_quest67')||(qus=='gg_New_quest68')||(qus=='gg_New_quest69')||(qus=='gg_New_quest70')||(qus=='gg_New_quest71')||(qus=='gg_New_quest72')||(qus=='gg_New_quest73')){
document.getElementById('gg_New_faqFind2').style.display='block';
document.getElementById('gg_New_image10').src=contextUrlPathStatic + "/images/icon_minus2.gif";
}
else if((qus=='gg_New_quest74')||(qus=='gg_New_quest75')||(qus=='gg_New_quest76')||(qus=='gg_New_quest77')||(qus=='gg_New_quest78')||(qus=='gg_New_quest79')||(qus=='gg_New_quest80')||(qus=='gg_New_quest81')||(qus=='gg_New_quest82')||(qus=='gg_New_quest83')){
document.getElementById('gg_New_faqFind3').style.display='block';
document.getElementById('gg_New_image11').src=contextUrlPathStatic + "/images/icon_minus2.gif";
}
else if((qus=='gg_New_quest84')||(qus=='gg_New_quest85')||(qus=='gg_New_quest86')||(qus=='gg_New_quest87')||(qus=='gg_New_quest88')||(qus=='gg_New_quest89')||(qus=='gg_New_quest90')||(qus=='gg_New_quest91')||(qus=='gg_New_quest92')||(qus=='gg_New_quest93')||(qus=='gg_New_quest94')||(qus=='gg_New_quest95')||(qus=='gg_New_quest96')||(qus=='gg_New_quest97') ||(qus=='gg_New_quest111')){
document.getElementById('gg_New_faqShare1').style.display='block';
document.getElementById('gg_New_image12').src=contextUrlPathStatic + "/images/icon_minus2.gif";
}
else if((qus=='gg_New_quest98')||(qus=='gg_New_quest99')||(qus=='gg_New_quest100')||(qus=='gg_New_quest101')||(qus=='gg_New_quest102')){
document.getElementById('gg_New_faqPay1').style.display='block';
document.getElementById('gg_New_image13').src=contextUrlPathStatic + "/images/icon_minus2.gif";
}
else if((qus=='gg_New_quest103')||(qus=='gg_New_quest104')||(qus=='gg_New_quest105')||(qus=='gg_New_quest106')||(qus=='gg_New_quest107')||(qus=='gg_New_quest108')||(qus=='gg_New_quest109')||(qus=='gg_New_quest110')){
document.getElementById('gg_New_faqPay2').style.display='block';
document.getElementById('gg_New_image14').src=contextUrlPathStatic + "/images/icon_minus2.gif";
}
}

function switchReload(_id){
document.getElementById(f1).style.textDecoration='underline';
document.getElementById(f1).style.backgroundColor='#FFFFFF';
document.getElementById(f1).style.border='0px';
document.getElementById(f1).style.color='#007aaa';
if(document.getElementById('gg_New_faqBasic1').style.display!='none')
switchQustMenu('gg_New_faqBasic1', 'gg_New_image');
if(document.getElementById('gg_New_faqBasic2').style.display!='none')
switchQustMenu('gg_New_faqBasic2', 'gg_New_image2');
if(document.getElementById('gg_New_faqBasic3').style.display!='none')
switchQustMenu('gg_New_faqBasic3', 'gg_New_image3');
if(document.getElementById('gg_New_faqBasic4').style.display!='none')
switchQustMenu('gg_New_faqBasic4', 'gg_New_image4');
if(document.getElementById('gg_New_faqMember1').style.display!='none')
switchQustMenu('gg_New_faqMember1', 'gg_New_image5');
if(document.getElementById('gg_New_faqMember2').style.display!='none')
switchQustMenu('gg_New_faqMember2', 'gg_New_image6');

if(_id=='reward'){
if(document.getElementById('gg_New_faqMember3').style.display!='none')
switchQustMenu('gg_New_faqMember3', 'gg_New_image7');}
else if(_id=='status'){
if(document.getElementById('gg_New_faqMember3').style.display=='none')
switchQustMenu('gg_New_faqMember3', 'gg_New_image7');}

if(document.getElementById('gg_New_faqMember4').style.display!='none')
switchQustMenu('gg_New_faqMember4', 'gg_New_image8');
if(document.getElementById('gg_New_faqFind1').style.display!='none')
switchQustMenu('gg_New_faqFind1', 'gg_New_image9');
if(document.getElementById('gg_New_faqFind2').style.display!='none')
switchQustMenu('gg_New_faqFind2', 'gg_New_image10');
if(document.getElementById('gg_New_faqFind3').style.display!='none')
switchQustMenu('gg_New_faqFind3', 'gg_New_image11');
if(document.getElementById('gg_New_faqShare1').style.display!='none')
switchQustMenu('gg_New_faqShare1', 'gg_New_image12');

if(_id=='reward'){
if(document.getElementById('gg_New_faqPay1').style.display=='none')
switchQustMenu('gg_New_faqPay1', 'gg_New_image13');
if(document.getElementById('gg_New_faqPay2').style.display=='none')
switchQustMenu('gg_New_faqPay2', 'gg_New_image14');
}
else if(_id=='status'){
if(document.getElementById('gg_New_faqPay1').style.display!='none')
switchQustMenu('gg_New_faqPay1', 'gg_New_image13');
if(document.getElementById('gg_New_faqPay2').style.display!='none')
switchQustMenu('gg_New_faqPay2', 'gg_New_image14');
}

document.getElementById('gg_New_containFAQans').innerHTML="<div id=\"gg_New_containFAQheader\"><table width=\"418\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td><table width=\"420\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"gg_New_faqHeadTop\"></td></tr><tr><td class=\"gg_New_faqHeadCommonBg\">Select a question topic from the left hand side</td></tr><tr><td class=\"gg_New_faqHeadBott\">\&nbsp;</td></tr></table></td></tr></table></div>"
clearText();
showText();
}

function switchAnswer(quest){
if(f1!=null){
//document.getElementById(f1).style.textDecoration='underline';
//document.getElementById(f1).style.backgroundColor='#FFFFFF';
//document.getElementById(f1).style.border='0px';
//document.getElementById(f1).style.color='#007aaa';
document.getElementById(f1).style.textDecoration='underline';
document.getElementById(f1).style.backgroundColor='#FFFFFF';
//document.getElementById(f1).style.border='0px';
document.getElementById(f1).style.color='#007aaa';

}

f1=quest;

document.getElementById(quest).style.textDecoration='none';
document.getElementById(quest).style.backgroundColor='#F0EEEE';
//document.getElementById(quest).style.border='1px solid #3398cc';
//document.getElementById(quest).style.borderTop='1px solid #3398cc';
//document.getElementById(quest).style.borderBottom='1px solid #3398cc';
document.getElementById(quest).style.color='#444444';

hideSection(quest);

if(quest=='gg_New_quest1')
document.getElementById('gg_New_containFAQans').innerHTML="<div id=\"gg_New_containFAQheader\"><table width=\"418\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td><table width=\"420\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"gg_New_faqHeadTop\"></td></tr><tr><td class=\"gg_New_faqHeadCommonBg\">What is GradeGuru?</td></tr><tr><td class=\"gg_New_faqHeadBott\">\&nbsp;</td></tr></table></td></tr></table></div><div id=\"gg_New_containFAQcontent\" >GradeGuru is a knowledge sharing network where college students can publish their course notes, study together, build their academic reputations and earn rewards. Students can access information free of charge to help aid their study efforts. <br/><br/>When you share your study materials on GradeGuru, you earn Points every time someone else uses them. The better your notes and your ratings the more points you get. Notes are accessed by their peers on the site. Points can be redeemed for cash, gift cards and donations to worthy causes. The popularity of your notes and your ratings, also determines your status in the community as a Bronze, Silver or Gold Guru. Visit our Gurus section to learn more. <br/><br/>They say that two heads are better than one; we've taken that principle and believe that through collaboration, students can all reach their academic potential. <br/><br/>We aim to help students everywhere ensure that they are studying the right information and that they have not missed anything vital, without violating academic standards or impinging on academic ethical principals. <br/><br/>However, GradeGuru is not just a passive platform: we actively reward contributors for helping others, so everybody gains something from the site!</div> ";

else if(quest=='gg_New_quest2')
document.getElementById('gg_New_containFAQans').innerHTML="<div id=\"gg_New_containFAQheader\"><table width=\"418\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td><table width=\"420\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"gg_New_faqHeadTop\"></td></tr><tr><td class=\"gg_New_faqHeadCommonBg\">How long has GradeGuru been around?</td></tr><tr><td class=\"gg_New_faqHeadBott\">\&nbsp;</td></tr></table></td></tr></table></div><div id=\"gg_New_containFAQcontent\" >It seems like only yesterday that we performed our extensive research with students on campus, which demonstrated to us the efficacy of collaborative learning. Out of this, the idea for the site was born. <br/><br/>GradeGuru is a fairly new site and through a series of upgrades, we offer all kinds of features that make registering, search, uploading and earning faster and easier.</div>  ";

else if(quest=='gg_New_quest3')
document.getElementById('gg_New_containFAQans').innerHTML="<div id=\"gg_New_containFAQheader\"><table width=\"418\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td><table width=\"420\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"gg_New_faqHeadTop\"></td></tr><tr><td class=\"gg_New_faqHeadCommonBg\">Who are the GradeGuru team?</td></tr><tr><td class=\"gg_New_faqHeadBott\">\&nbsp;</td></tr></table></td></tr></table></div><div id=\"gg_New_containFAQcontent\" >GradeGuru's founder wished that something like this site had been around when she recently undertook her graduate degree. Then she thought: why not make it happen? So she spent days in discussions with other students, fleshing out the idea and debating the merits of what, how and why GradeGuru should be launched (our thanks go out to all of you who helped make GradeGuru what it is today and will be tomorrow). <br/><br/>Emily is the brains behind the site and coordinator of all things GradeGuru, and Kevin is the brawn. Kevin will be your first point of contact should you have any questions you want answered. But hey, contact us any time; we'd love to hear from you! The team at GradeGuru prides itself on turning students' wants and needs into reality - we can't get enough of your input, feedback and ideas and we will give it our all to make it happen. This site really is 'by students for students', so feel free to be a part of its future. <br/><br/>Luckily enough, GradeGuru is also supported by one of the world's largest educational publishing companies, McGraw-Hill - so rest easy, this is not a flash in the pan, slap-stick one-man-band of a site... we are serious about making GradeGuru a success and sharing the wealth with our members.</div>  ";

else if(quest=='gg_New_quest4')
document.getElementById('gg_New_containFAQans').innerHTML="<div id=\"gg_New_containFAQheader\"><table width=\"418\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td><table width=\"420\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"gg_New_faqHeadTop\"></td></tr><tr><td class=\"gg_New_faqHeadCommonBg\">What can GradeGuru do for me as a member?</td></tr><tr><td class=\"gg_New_faqHeadBott\">\&nbsp;</td></tr></table></td></tr></table></div><div id=\"gg_New_containFAQcontent\" >GradeGuru can provide you with content that is relevant to your studies, with notes that are specific to your school, classes and professors. It will not just give you more 'stuff' to wade through, but the 'right stuff', targeted to your specific assessments and classes for maximum grade impact.</div>  ";

else if(quest=='gg_New_quest5')
document.getElementById('gg_New_containFAQans').innerHTML="<div id=\"gg_New_containFAQheader\"><table width=\"418\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td><table width=\"420\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"gg_New_faqHeadTop\"></td></tr><tr><td class=\"gg_New_faqHeadCommonBg\">What can GradeGuru do for me as a contributor?</td></tr><tr><td class=\"gg_New_faqHeadBott\">\&nbsp;</td></tr></table></td></tr></table></div><div id=\"gg_New_containFAQcontent\" >We reward those who contribute to our site - if you are prepared to help your peers, GradeGuru is prepared to go out of its way to help you. It works like this: share your notes... that's all you need to do! Then as other members of the community use your notes, you will earn points that you can cash in for LOTS OF COOL STUFF on your My Rewards page. Our vision is to have something for everyone - from gift cards at your favorite stores to internship and job interview opportunities. <br/><br/>Since GradeGuru is a meritocracy, the amount you get rewarded will be determined by how good your peers think your notes are, and how often they use them. The better the notes and the more they are viewed, the more points you get. In addition, GradeGuru, in its role as a fair and just arbitrator, will monitor your total points behind the scenes, making sure you are adequately compensated for your commitment to the site. If we think you are being under-rated, we may well hit you with a \"random act of points kindness\" to boost your balance. After you upload and other members start checking out your notes, you can track your points on your My Rewards page to see just how much your notes are being appreciated. <br/><br/>We also know that financial rewards are not always the most valued way of saying thank you and think recognition can be just as important. That's why we have introduced a way to acknowledge generous and academically exceptional students with Guru Status. The more positive feedback and the higher the ratings your notes receive, the better your standing will be on GradeGuru for all the world to see. Remember that top company recruiters also look at the site, so as a contributor with Guru Status, you are an instantly identifiable graduate with outstanding credentials. <br/><br/>Finally as a contributor, you can put your notes and thoughts out there for other students to see and comment on. Through GradeGuru's community feedback system, you could not only receive praise for your efforts, but also useful feedback to help you learn, understand, or look at things in a new way.</div>  ";

else if(quest=='gg_New_quest6')
document.getElementById('gg_New_containFAQans').innerHTML="<div id=\"gg_New_containFAQheader\"><table width=\"418\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td><table width=\"420\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"gg_New_faqHeadTop\"></td></tr><tr><td class=\"gg_New_faqHeadCommonBg\">How much does GradeGuru cost to use?</td></tr><tr><td class=\"gg_New_faqHeadBott\">\&nbsp;</td></tr></table></td></tr></table></div><div id=\"gg_New_containFAQcontent\" >The website is free to register, free to browse, free to upload and free to recruiters who are looking for clever graduates for jobs and students for internships.  In case you missed that... it's FREE! So why not register and have access to the site's full functionality?</div>  ";

else if(quest=='gg_New_quest7')
document.getElementById('gg_New_containFAQans').innerHTML="<div id=\"gg_New_containFAQheader\"><table width=\"418\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td><table width=\"420\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"gg_New_faqHeadTop\"></td></tr><tr><td class=\"gg_New_faqHeadCommonBg\">Is this plagiarism?</td></tr><tr><td class=\"gg_New_faqHeadBott\">\&nbsp;</td></tr></table></td></tr></table></div><div id=\"gg_New_containFAQcontent\" >No. GradeGuru does not promote or in any way endorse plagiarism. We intend to raise the benchmark for coursework, not level it. Our site is about giving students recognition, ideas and suggestions for successful study, not about copying the answers and finding short cuts. <br/><br/>To combat potential plagiarism of our content, we have partnered with TurnItIn, the leading anti-plagiarism tool used by half a million professors. If a student tries to hand in work from our site as their own, consider them busted. <br/><br/>On top of that, our Academic Advisory Committee, made up of five professors from around the country, is working closely with us to ensure that ethical standards are being met.<br/><br/>Students have long been confronted with opportunities to plagiarize and infringe copyright law, from the advent of web 2.0 and sites like Wikipedia, dating back to the first mass printed material. As ever, it behooves students everywhere to act ethically and use the materials at their disposal to enrich their learning experience, not circumvent it. Using GradeGuru is no different. Unethical students will unfortunately always find a way to get around putting in the hard work. <br/><br/>GradeGuru stands against plagiarism in all its potential forms, including students copying GradeGuru content and handing it in as their own and uploading content to GradeGuru that is not legitimately their own. With support from TurnItIn, we hope to prevent these outcomes. Furthermore, we expect that the vast majority of students will use GradeGuru as intended and encourage their peers to do the same through the self-policing feedback tools provided on the site. In addition, it's part our Community Standards, so anyone who does try and plagiarize will be breaking the GradeGuru rules.<br/><br/>We are as keen as you are to avoid unethical behavior taking place, so if you have any suggestions or further questions, please <a title='mailto:contactus@gradeguru.com' alt='mailto:contactus@gradeguru.com' href='mailto:contactus@gradeguru.com'>contact us</a>.</div>  ";

else if(quest=='gg_New_quest8')
document.getElementById('gg_New_containFAQans').innerHTML="<div id=\"gg_New_containFAQheader\"><table width=\"418\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td><table width=\"420\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"gg_New_faqHeadTop\"></td></tr><tr><td class=\"gg_New_faqHeadCommonBg\">What is GradeGuru doing to ensure its members behave ethically?</td></tr><tr><td class=\"gg_New_faqHeadBott\">\&nbsp;</td></tr></table></td></tr></table></div><div id=\"gg_New_containFAQcontent\" >We hold our members to the expectations outlined in our Community Standards document. We require, for example, that our members do not to cheat or break the law and that they treat other members and their work with respect. If users violate any of our Community Standards, they will be banned from our site. Period.<br/><br/>We monitor our site to the extent that is possible, and invite all members to participate in keeping GradeGuru \"clean\" by reporting any disrespectful content or unethical behavior to our team, with an email to <a title='mailto:reportdisrespect@gradeguru.com' alt='mailto:reportdisrespect@gradeguru.com' href='mailto:reportdisrespect@gradeguru.com'> reportdisrespect@gradeguru.com</a>.<br/><br/>We at GradeGuru are realistic and know that unethical students will unfortunately always find a way to get around putting in the hard work. To the extent that is humanly and technologically possible, we plan to block plagiarism in all its forms, including preventing students copying GradeGuru content and handing it in as their own and prohibiting students from uploading content that is not legitimately their own. To this end, we are working with TurnItIn, the leading anti-plagiarism tool, as well as our Academic Advisory Committee to ensure that standards of ethics are being met.<br/><br/>We are as keen as you are to avoid unethical behavior taking place, so if you have any suggestions or further questions, please <a title='mailto:contactus@gradeguru.com' alt='mailto:contactus@gradeguru.com' href='mailto:contactus@gradeguru.com'>contact us</a>.</div>  ";

else if(quest=='gg_New_quest9')
document.getElementById('gg_New_containFAQans').innerHTML="<div id=\"gg_New_containFAQheader\"><table width=\"418\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td><table width=\"420\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"gg_New_faqHeadTop\"></td></tr><tr><td class=\"gg_New_faqHeadCommonBg\">Why does GradeGuru have a Privacy Policy?</td></tr><tr><td class=\"gg_New_faqHeadBott\">\&nbsp;</td></tr></table></td></tr></table></div><div id=\"gg_New_containFAQcontent\" >Legally, we need a Privacy Policy to dictate what we as a website are going to do with any information you provide on the site. We have no intention of doing anything underhand or sneaky with your information, but it is there so that everyone knows exactly where they stand. Click <a href='javascript:goToPrivacyStatement();'>here</a> to view the GradeGuru Privacy Policy.</div>  ";

else if(quest=='gg_New_quest10')
document.getElementById('gg_New_containFAQans').innerHTML="<div id=\"gg_New_containFAQheader\"><table width=\"418\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td><table width=\"420\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"gg_New_faqHeadTop\"></td></tr><tr><td class=\"gg_New_faqHeadCommonBg\">Where can I view GradeGuru's Community Standards?</td></tr><tr><td class=\"gg_New_faqHeadBott\">\&nbsp;</td></tr></table></td></tr></table></div><div id=\"gg_New_containFAQcontent\" >There is a link to our Community Standards at the bottom of every page of the GradeGuru site.  Alternatively you can click <a href='javascript:goToCommunityStandard();'>here</a> to view our Community Standards.</div>  ";

else if(quest=='gg_New_quest11')
document.getElementById('gg_New_containFAQans').innerHTML="<div id=\"gg_New_containFAQheader\"><table width=\"418\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td><table width=\"420\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"gg_New_faqHeadTop\"></td></tr><tr><td class=\"gg_New_faqHeadCommonBg\">What can I do if I feel someone has violated the community standards?</td></tr><tr><td class=\"gg_New_faqHeadBott\">\&nbsp;</td></tr></table></td></tr></table></div><div id=\"gg_New_containFAQcontent\" >If you feel that another member has violated our community standards, please contact us at <a title='mailto:reportdisrespect@gradeguru.com' alt='mailto:reportdisrespect@gradeguru.com' href='mailto:reportdisrespect@gradeguru.com'>reportdisrespect@gradeguru.com</a>.</div>  ";

else if(quest=='gg_New_quest12')
document.getElementById('gg_New_containFAQans').innerHTML="<div id=\"gg_New_containFAQheader\"><table width=\"418\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td><table width=\"420\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"gg_New_faqHeadTop\"></td></tr><tr><td class=\"gg_New_faqHeadCommonBg\">How can I get in contact with GradeGuru?</td></tr><tr><td class=\"gg_New_faqHeadBott\">\&nbsp;</td></tr></table></td></tr></table></div><div id=\"gg_New_containFAQcontent\" >We'd love to hear from you, with both good news and bad, so please contact us.  You can email us at <a title='mailto:contactus@gradeguru.com' alt='mailto:contactus@gradeguru.com' href='mailto:contactus@gradeguru.com'>contactus@gradeguru.com</a></div>  ";


else if(quest=='gg_New_quest13')
document.getElementById('gg_New_containFAQans').innerHTML="<div id=\"gg_New_containFAQheader\"><table width=\"418\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td><table width=\"420\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"gg_New_faqHeadTop\"></td></tr><tr><td class=\"gg_New_faqHeadCommonBg\">How can I give GradeGuru feedback or suggestions for the site?</td></tr><tr><td class=\"gg_New_faqHeadBott\">\&nbsp;</td></tr></table></td></tr></table></div><div id=\"gg_New_containFAQcontent\" >We would be thrilled to hear that you want to contribute to the future direction of GradeGuru. Please email us at <a title='mailto:improvethesite@gradeguru.com' alt='mailto:improvethesite@gradeguru.com' href='mailto:improvethesite@gradeguru.com'>improvethesite@gradeguru.com</a></div>  ";

else if(quest=='gg_New_quest14')
document.getElementById('gg_New_containFAQans').innerHTML="<div id=\"gg_New_containFAQheader\"><table width=\"418\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td><table width=\"420\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"gg_New_faqHeadTop\"></td></tr><tr><td class=\"gg_New_faqHeadCommonBg\">Why should I recommend GradeGuru to my friends?</td></tr><tr><td class=\"gg_New_faqHeadBott\">\&nbsp;</td></tr></table></td></tr></table></div><div id=\"gg_New_containFAQcontent\" >If you have found some helpful content, we're sure your classmates would appreciate a heads up - why not do them a favor? In addition, you earn more rewards when other members use your notes, so the more people you tell about the site, the better your rewards! You'll get 50 points if you refer a friend who registers and 50 more points if they share their notes. That's 100 points for every person you refer! To be fair, your friends will also receive the same amount. Just be sure they include your school email in the registration field that says \"Friend's Uni. Email.\" <br/><br/>Basically, you can help your friends and earn more rewards! Let the world know through our <a title='Invite a Friend' alt='Invite a friend' href='/sps/invitationViewActionnlu.do'>Invite a Friend</a> page.</div>  ";


else if(quest=='gg_New_quest15')
document.getElementById('gg_New_containFAQans').innerHTML="<div id=\"gg_New_containFAQheader\"><table width=\"418\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td><table width=\"420\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"gg_New_faqHeadTop\"></td></tr><tr><td class=\"gg_New_faqHeadCommonBg\">How can I recommend GradeGuru to a friend?</td></tr><tr><td class=\"gg_New_faqHeadBott\">\&nbsp;</td></tr></table></td></tr></table></div><div id=\"gg_New_containFAQcontent\" >To invite a friend, just click on the 'Invite a Friend' link at the bottom of our pages. Input your friend's email address, and we will send them an email with a link to the site so they can register and take advantage of all that GradeGuru has to offer.<br/><br/>You can share a specific set of notes with friends in a bunch of different ways.<br/><br/>Use our share tools and send notes to your friends via email, Facebook, Twitter, Digg, you name it! Just click on the file name of the notes you want to send, and then click on the share icon. You can send the file link using any platform you choose. If these were your own notes, you'll get more points for doing so!</div>  ";

else if(quest=='gg_New_quest16')
document.getElementById('gg_New_containFAQans').innerHTML="<div id=\"gg_New_containFAQheader\"><table width=\"418\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td><table width=\"420\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"gg_New_faqHeadTop\"></td></tr><tr><td class=\"gg_New_faqHeadCommonBg\">Why should I register?</td></tr><tr><td class=\"gg_New_faqHeadBott\">\&nbsp;</td></tr></table></td></tr></table></div><div id=\"gg_New_containFAQcontent\" >Although you can view up to 50 notes without ever logging in, registration opens up another dimension to the site for our users in terms of functionality...and it is free! Some of these privileges include uploading, rating and feedback \- and of course you also need to be registered before you can accrue points, points which can be exchanged for our amazing <a href='#reward' onclick=\"switchReload('reward');\"> rewards</a> and begin to earn status. </div>";

else if(quest=='gg_New_quest17')
document.getElementById('gg_New_containFAQans').innerHTML="<div id=\"gg_New_containFAQheader\"><table width=\"418\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td><table width=\"420\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"gg_New_faqHeadTop\"></td></tr><tr><td class=\"gg_New_faqHeadCommonBg\">How do I register?</td></tr><tr><td class=\"gg_New_faqHeadBott\">\&nbsp;</td></tr></table></td></tr></table></div><div id=\"gg_New_containFAQcontent\" >Registering with GradeGuru is simple and completely FREE. The registration process includes just a few simple steps:<br/><br/><ul><li>Step 1: Go to the homepage and click on the 'Join' button </li><li>Step 2: Complete the quick registration form and click 'Sign up now'.</li><li>Step 3: You can start searching and uploading immediately, but you'll need to click on the activation link in your email to enable all your account's cool features.</li><li>Step 4: ...There is no step 4, that's it!</li></ul>You can now begin using all the full benefits and functions that GradeGuru has to offer!<br/><br/>GradeGuru is a site by students for students, so we would like to ensure our members are current or recent students - that is why we would rather you used your university email address when registering, if you have one. You can still register if you don't have a university email, but your site experience will be different. We also ask for your university details in order to best personalize your GradeGuru experience to you.<br/><br/>Just so you know, registering with your Facebook account is the way to go because you'll get great visibility on your notes. Your friends will see in their Facebook feed every time you upload notes. Imagine all the extra points from the traffic to your notes.</div>  ";


else if(quest=='gg_New_quest18')
document.getElementById('gg_New_containFAQans').innerHTML="<div id=\"gg_New_containFAQheader\"><table width=\"418\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td><table width=\"420\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"gg_New_faqHeadTop\"></td></tr><tr><td class=\"gg_New_faqHeadCommonBg\">How should I choose my username?</td></tr><tr><td class=\"gg_New_faqHeadBott\">\&nbsp;</td></tr></table></td></tr></table></div><div id=\"gg_New_containFAQcontent\" >Your username should be a nickname that will uniquely identify you on GradeGuru. We recommend that you select a username that is simple and easy to remember.<br/><br/>Please be aware that other users will see your user name, so if you do not want to be identified in person by your peers, please do not use your real name. Your username can be a valuable asset and one that will be associated with your ratings and status, so you will want to keep it for the long term.</div>  ";


else if(quest=='gg_New_quest19')
document.getElementById('gg_New_containFAQans').innerHTML="<div id=\"gg_New_containFAQheader\"><table width=\"418\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td><table width=\"420\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"gg_New_faqHeadTop\"></td></tr><tr><td class=\"gg_New_faqHeadCommonBg\">Why is my username invalid?</td></tr><tr><td class=\"gg_New_faqHeadBott\">\&nbsp;</td></tr></table></td></tr></table></div><div id=\"gg_New_containFAQcontent\" >You may have chosen a username that has already been registered by another user. Try adding extra numbers or letters at the end of your chosen name. Alternatively, you may have included characters that cannot be used in a username - these include < > { } [ ] ~ ^ | so please remove them and try again! If you are still having problems, you can always <a title='mailto:contactus@gradeguru.com' alt='mailto:contactus@gradeguru.com' href='mailto:contactus@gradeguru.com'>contact us</a>.</div>  ";

else if(quest=='gg_New_quest20')
document.getElementById('gg_New_containFAQans').innerHTML="<div id=\"gg_New_containFAQheader\"><table width=\"418\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td><table width=\"420\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"gg_New_faqHeadTop\"></td></tr><tr><td class=\"gg_New_faqHeadCommonBg\">Why do I need to use my university email?</td></tr><tr><td class=\"gg_New_faqHeadBott\">\&nbsp;</td></tr></table></td></tr></table></div><div id=\"gg_New_containFAQcontent\" >GradeGuru is a site created by students for students, so we would like to verify that our members are university students. On the other hand, we believe that recent graduates and experts in their fields can have a lot to offer GradeGuru, so we have made a university email preferred, not mandatory. That way other valued site citizens can also be a part of GradeGuru.</div>  ";


else if(quest=='gg_New_quest21')
document.getElementById('gg_New_containFAQans').innerHTML="<div id=\"gg_New_containFAQheader\"><table width=\"418\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td><table width=\"420\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"gg_New_faqHeadTop\"></td></tr><tr><td class=\"gg_New_faqHeadCommonBg\">Why do you need my university details?</td></tr><tr><td class=\"gg_New_faqHeadBott\">\&nbsp;</td></tr></table></td></tr></table></div><div id=\"gg_New_containFAQcontent\" >We will use your university details in order to create the optimal site experience for you. We want to make using the site as easy as possible for you and we do that with the details you provide us with at registration. It saves you time and effort repeatedly filling in your details when you want to search or upload a file and will enable you to find the 'right stuff' for you.<br/><br/>You can read our <a href='javascript:goToPrivacyStatement();'>Privacy Policy </a> to learn more about how GradeGuru will use your information and respect your privacy.</div>  ";

else if(quest=='gg_New_quest22')
document.getElementById('gg_New_containFAQans').innerHTML="<div id=\"gg_New_containFAQheader\"><table width=\"418\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td><table width=\"420\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"gg_New_faqHeadTop\"></td></tr><tr><td class=\"gg_New_faqHeadCommonBg\">Why do I have to agree to the terms and conditions (also referred to as the Community Standards)?</td></tr><tr><td class=\"gg_New_faqHeadBott\">\&nbsp;</td></tr></table></td></tr></table></div><div id=\"gg_New_containFAQcontent\" >We require that you agree to our T&C's so that you know what you can expect from GradeGuru and so that we can be sure we have stated our expectations of you upfront. We take our Community Standards very seriously and expect you will too please.  Click <a href='javascript:goToTermsAndConditionPage();'>here</a> to view our Terms and Conditions.</div>  ";


else if(quest=='gg_New_quest23')
document.getElementById('gg_New_containFAQans').innerHTML="<div id=\"gg_New_containFAQheader\"><table width=\"418\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td><table width=\"420\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"gg_New_faqHeadTop\"></td></tr><tr><td class=\"gg_New_faqHeadCommonBg\">Why haven't I received my activation link by email?</td></tr><tr><td class=\"gg_New_faqHeadBott\">\&nbsp;</td></tr></table></td></tr></table></div><div id=\"gg_New_containFAQcontent\" >The email may show up in your junk or bulk mail folder so check there too please. Alternatively, perhaps your inbox is full? If so, please make some room in your inbox by deleting some emails and contact us at <a title='mailto:help@gradeguru.com' alt='mailto:help@gradeguru.com' href='mailto:help@gradeguru.com'>help@gradeguru.com</a> so we can resend the link to your email address. Your email may not arrive instantly, so please be patient and give it 24 hours. If the link still hasn't arrived after this period, contact us.</div>  ";

else if(quest=='gg_New_quest24')
document.getElementById('gg_New_containFAQans').innerHTML="<div id=\"gg_New_containFAQheader\"><table width=\"418\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td><table width=\"420\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"gg_New_faqHeadTop\"></td></tr><tr><td class=\"gg_New_faqHeadCommonBg\">Why am I being told that I have already registered?</td></tr><tr><td class=\"gg_New_faqHeadBott\">\&nbsp;</td></tr></table></td></tr></table></div><div id=\"gg_New_containFAQcontent\" >GradeGuru requires that every member have a unique email address. If you do not believe you have ever registered with us, you might find someone else has used your email address - have you shared your email address and account password with someone else? Has your account been \"broken into\"? Unfortunately you will need to use a different email address, but we recommend investigating this. If you have further concerns please <a title='mailto:contactus@gradeguru.com' alt='mailto:contactus@gradeguru.com' href='mailto:contactus@gradeguru.com'>contact us</a>.</div>  ";


else if(quest=='gg_New_quest25')
document.getElementById('gg_New_containFAQans').innerHTML="<div id=\"gg_New_containFAQheader\"><table width=\"418\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td><table width=\"420\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"gg_New_faqHeadTop\"></td></tr><tr><td class=\"gg_New_faqHeadCommonBg\">How do I login?</td></tr><tr><td class=\"gg_New_faqHeadBott\">\&nbsp;</td></tr></table></td></tr></table></div><div id=\"gg_New_containFAQcontent\" >To log in to your GradeGuru account, please go to our homepage, click login, and input your username and password.</div>  ";


else if(quest=='gg_New_quest26')
document.getElementById('gg_New_containFAQans').innerHTML="<div id=\"gg_New_containFAQheader\"><table width=\"418\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td><table width=\"420\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"gg_New_faqHeadTop\"></td></tr><tr><td class=\"gg_New_faqHeadCommonBg\">Why can't I log in?</td></tr><tr><td class=\"gg_New_faqHeadBott\">\&nbsp;</td></tr></table></td></tr></table></div><div id=\"gg_New_containFAQcontent\" >Please check you are entering your username and password correctly. These fields are case sensitive so ensure your Caps Lock is not on. If you still can't log on, please contact us at: <a title='mailto:help@gradeguru.com' alt='mailto:help@gradeguru.com' href='mailto:help@gradeguru.com'>help@gradeguru.com</a></div>  ";


else if(quest=='gg_New_quest27')
document.getElementById('gg_New_containFAQans').innerHTML="<div id=\"gg_New_containFAQheader\"><table width=\"418\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td><table width=\"420\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"gg_New_faqHeadTop\"></td></tr><tr><td class=\"gg_New_faqHeadCommonBg\">I've forgotten my username. How do I log-in?</td></tr><tr><td class=\"gg_New_faqHeadBott\">\&nbsp;</td></tr></table></td></tr></table></div><div id=\"gg_New_containFAQcontent\" >Click 'Login' on the homepage, then click the 'Forgotten Username' link on the login page. Enter your email address in the relevant box and click on 'Submit'. Your username will be emailed to the email address you provided and you can then log in as normal.</div>  ";


else if(quest=='gg_New_quest28')
document.getElementById('gg_New_containFAQans').innerHTML="<div id=\"gg_New_containFAQheader\"><table width=\"418\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td><table width=\"420\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"gg_New_faqHeadTop\"></td></tr><tr><td class=\"gg_New_faqHeadCommonBg\">I've forgotten my password. How do I log-in?</td></tr><tr><td class=\"gg_New_faqHeadBott\">\&nbsp;</td></tr></table></td></tr></table></div><div id=\"gg_New_containFAQcontent\" >Click 'Login' on the homepage, then click the 'Forgotten Password' link on the login page. Enter your email address in the relevant box and click on 'Submit'. Your password will be emailed to the email address you provided and you can then log in as normal.</div>  ";


else if(quest=='gg_New_quest29')
document.getElementById('gg_New_containFAQans').innerHTML="<div id=\"gg_New_containFAQheader\"><table width=\"418\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td><table width=\"420\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"gg_New_faqHeadTop\"></td></tr><tr><td class=\"gg_New_faqHeadCommonBg\">How do I add or change my email address?</td></tr><tr><td class=\"gg_New_faqHeadBott\">\&nbsp;</td></tr></table></td></tr></table></div><div id=\"gg_New_containFAQcontent\" >You can register with your email when you first sign up as a member. We ask that you use your university email address to register. You can also choose a preferred email address - your preferred email will be the one GradeGuru uses to contact you with relevant site information. You can update your preferred email on the 'My Profile' page (which you can find in the menu bar at the top of the Homepage).</div>  ";

else if(quest=='gg_New_quest30')
document.getElementById('gg_New_containFAQans').innerHTML="<div id=\"gg_New_containFAQheader\"><table width=\"418\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td><table width=\"420\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"gg_New_faqHeadTop\"></td></tr><tr><td class=\"gg_New_faqHeadCommonBg\">How do I change my password?</td></tr><tr><td class=\"gg_New_faqHeadBott\">\&nbsp;</td></tr></table></td></tr></table></div><div id=\"gg_New_containFAQcontent\" >Click on the 'My Profile' tab at the top of the homepage. You will see your account settings and be able to change your password.  When you have changed your password, don't forget to click 'Submit' or your changes will not be saved.</div>  ";


else if(quest=='gg_New_quest31')
document.getElementById('gg_New_containFAQans').innerHTML="<div id=\"gg_New_containFAQheader\"><table width=\"418\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td><table width=\"420\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"gg_New_faqHeadTop\"></td></tr><tr><td class=\"gg_New_faqHeadCommonBg\">Do I need to log out?</td></tr><tr><td class=\"gg_New_faqHeadBott\">\&nbsp;</td></tr></table></td></tr></table></div><div id=\"gg_New_containFAQcontent\" >We advise that you always log out before closing your browser window to exit GradeGuru. You will find a log out link on every GradeGuru page. If you do not log-out, your session will be timed out if it is inactive for a prolonged period of time and you will be logged out automatically.</div>  ";

else if(quest=='gg_New_quest32')
document.getElementById('gg_New_containFAQans').innerHTML="<div id=\"gg_New_containFAQheader\"><table width=\"418\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td><table width=\"420\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"gg_New_faqHeadTop\"></td></tr><tr><td class=\"gg_New_faqHeadCommonBg\">Why do I have a GradeGuru profile?</td></tr><tr><td class=\"gg_New_faqHeadBott\">\&nbsp;</td></tr></table></td></tr></table></div><div id=\"gg_New_containFAQcontent\" >Your account contains the information about you, as a student, that GradeGuru needs to maximize your site experience. In the 'My Profile' section you can change your password and other details. You also need to ensure that you keep your information up to date; you will need to change your current year as you go through your course. This will enable us to continue tailoring the site to meet your needs.</div>  ";


else if(quest=='gg_New_quest33')
document.getElementById('gg_New_containFAQans').innerHTML="<div id=\"gg_New_containFAQheader\"><table width=\"418\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td><table width=\"420\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"gg_New_faqHeadTop\"></td></tr><tr><td class=\"gg_New_faqHeadCommonBg\">How can I see my profile?</td></tr><tr><td class=\"gg_New_faqHeadBott\">\&nbsp;</td></tr></table></td></tr></table></div><div id=\"gg_New_containFAQcontent\" >There are two ways you can see your account details:<br/><ul ><li>Click on the 'My Profile' tab on the top menu bar to see all of the information you have provided to GradeGuru. Note that only you and GradeGuru have access to this information - it is not visible to other members.</li><li>As soon as you contribute notes to the site, other users will be able to view a very limited set of information about you - just enough so that they can understand the context for the notes.   If you click on your own username anywhere it appears on our site (e.g. next to a file you have contributed in the search results window) you can see exactly what other users will see.</li></ul></div>  ";


else if(quest=='gg_New_quest34')
document.getElementById('gg_New_containFAQans').innerHTML="<div id=\"gg_New_containFAQheader\"><table width=\"418\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td><table width=\"420\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"gg_New_faqHeadTop\"></td></tr><tr><td class=\"gg_New_faqHeadCommonBg\">How can I edit my profile?</td></tr><tr><td class=\"gg_New_faqHeadBott\">\&nbsp;</td></tr></table></td></tr></table></div><div id=\"gg_New_containFAQcontent\" >Simply enter the new values in the 'My Profile' page (which you can access from the top menu bar), and click on the 'Submit' button.</div>  ";


else if(quest=='gg_New_quest35')
document.getElementById('gg_New_containFAQans').innerHTML="<div id=\"gg_New_containFAQheader\"><table width=\"418\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td><table width=\"420\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"gg_New_faqHeadTop\"></td></tr><tr><td class=\"gg_New_faqHeadCommonBg\">What is the About Me section?</td></tr><tr><td class=\"gg_New_faqHeadBott\">\&nbsp;</td></tr></table></td></tr></table></div><div id=\"gg_New_containFAQcontent\" >This is an opportunity for you to tell your fellow members a bit about what makes you tick. Whether you choose to tell everyone about why you chose your course, what you want to be when you \"grow up\", your reasons for living, or your favorite type of food, it's a chance for you to give your peers some insight into your world when they click on your username.</div>  ";

else if(quest=='gg_New_quest36')
document.getElementById('gg_New_containFAQans').innerHTML="<div id=\"gg_New_containFAQheader\"><table width=\"418\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td><table width=\"420\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"gg_New_faqHeadTop\"></td></tr><tr><td class=\"gg_New_faqHeadCommonBg\">What is the symbol next to my name?</td></tr><tr><td class=\"gg_New_faqHeadBott\">\&nbsp;</td></tr></table></td></tr></table></div><div id=\"gg_New_containFAQcontent\" >This is a pictorial representation of your status on GradeGuru- please see the <a href='#status' onclick=\"switchReload('status');\">status</a> section to find out what yours means!</div>  ";


else if(quest=='gg_New_quest37')
document.getElementById('gg_New_containFAQans').innerHTML="<div id=\"gg_New_containFAQheader\"><table width=\"418\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td><table width=\"420\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"gg_New_faqHeadTop\"></td></tr><tr><td class=\"gg_New_faqHeadCommonBg\">What does my preferred email get used for?</td></tr><tr><td class=\"gg_New_faqHeadBott\">\&nbsp;</td></tr></table></td></tr></table></div><div id=\"gg_New_containFAQcontent\" >Your preferred email is the email you decide you would like GradeGuru to use for all site related correspondence. If you do not add an email address in here, we will use the university email address that you registered with to contact you.</div>  ";

else if(quest=='gg_New_quest38')
document.getElementById('gg_New_containFAQans').innerHTML="<div id=\"gg_New_containFAQheader\"><table width=\"418\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td><table width=\"420\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"gg_New_faqHeadTop\"></td></tr><tr><td class=\"gg_New_faqHeadCommonBg\">Why do you need my personal details?</td></tr><tr><td class=\"gg_New_faqHeadBott\">\&nbsp;</td></tr></table></td></tr></table></div><div id=\"gg_New_containFAQcontent\" >We need your personal details so we can send your rewards to you, leave them blank if you want, but if we can't contact you, we can't reward you! Refer to our <a href='javascript:goToPrivacyStatement();'>Privacy Statement</a> for more information about how we use your personal details.</div>  ";

else if(quest=='gg_New_quest39')
document.getElementById('gg_New_containFAQans').innerHTML="<div id=\"gg_New_containFAQheader\"><table width=\"418\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td><table width=\"420\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"gg_New_faqHeadTop\"></td></tr><tr><td class=\"gg_New_faqHeadCommonBg\">What is the \"My Messages\" section for?</td></tr><tr><td class=\"gg_New_faqHeadBott\">\&nbsp;</td></tr></table></td></tr></table></div><div id=\"gg_New_containFAQcontent\" >My Messages is a GradeGuru-based message box that serves two key purposes:<br\><ul ><li>It allows GradeGuru to communicate with you about site-related issues. For example, we will let you know when your notes have been successfully uploaded on the site.</li><li>It allows other users to request notes from you, if you fit what they are looking for.  That way, you know an opportunity to earn points is just around the corner. To protect your privacy, we do not allow members to contact you directly or to post messages directly to your account. GradeGuru does the match-ups behind the scenes so you are not inundated.</li></ul>You can see the full listing of all messages you have received by clicking on My Messages on the top menu bar. You can also delete messages from your inbox in this page.</div>  ";

else if(quest=='gg_New_quest40')
document.getElementById('gg_New_containFAQans').innerHTML="<div id=\"gg_New_containFAQheader\"><table width=\"418\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td><table width=\"420\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"gg_New_faqHeadTop\"></td></tr><tr><td class=\"gg_New_faqHeadCommonBg\">How can I close my account?</td></tr><tr><td class=\"gg_New_faqHeadBott\">\&nbsp;</td></tr></table></td></tr></table></div><div id=\"gg_New_containFAQcontent\" >Go to the 'My Profile' page, and click on the 'Close Account' link at the bottom of the page. <br/><br/>If you are interested in closing your account, please <a title='mailto:contactus@gradeguru.com' alt='mailto:contactus@gradeguru.com' href='mailto:contactus@gradeguru.com'>let us know</a> why so we can address the issue.</div>  ";

else if(quest=='gg_New_quest41')
document.getElementById('gg_New_containFAQans').innerHTML="<div id=\"gg_New_containFAQheader\"><table width=\"418\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td><table width=\"420\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"gg_New_faqHeadTop\"></td></tr><tr><td class=\"gg_New_faqHeadCommonBg\">What is your 'status'?</td></tr><tr><td class=\"gg_New_faqHeadBott\">\&nbsp;</td></tr></table></td></tr></table></div><div id=\"gg_New_containFAQcontent\" >Status is a measure of your dedication to the GradeGuru community. GradeGuru feels that it is important to recognize students who are prepared to help others, which is why we have implemented this member status system. Members who have contributed useful, well rated notes and who have been recognized for this by other users, will accumulate points on our site and thus elevate their status.<br/><br/>In addition, it is our intention that recruiters and people \"worth impressing\" will look to GradeGuru to find the top students in each discipline. As a member with status, you could be one of these highly sought after recruits.</div>  ";

else if(quest=='gg_New_quest42')
	document.getElementById('gg_New_containFAQans').innerHTML="<div id=\"gg_New_containFAQheader\"><table width=\"418\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td><table width=\"420\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"gg_New_faqHeadTop\"></td></tr><tr><td class=\"gg_New_faqHeadCommonBg\">What are the different status levels?</td></tr><tr><td class=\"gg_New_faqHeadBott\">\&nbsp;</td></tr></table></td></tr></table></div><div id=\"gg_New_containFAQcontent\" >When you join the site you are of course a 'member'. As soon as you contribute your first set of notes, you become a 'newbie' and get a star because GradeGuru and your peers are grateful for the notes, but you are only just starting out. It is only once your fellow students start expressing their gratitude for your notes in the form of good ratings, that you will begin to be recognized as a Guru, in one of the following ways: <br/><br/><table width=\"400\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\"><tr><td><table width=\"408\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\"><tr><td colspan=\"2\"><table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td width=\"39\" class=\"gg_New_tableTL2\">&nbsp;</td><td class=\"gg_New_tableBgTop2\">&nbsp;</td><td class=\"gg_New_tableTR2\">&nbsp;</td></tr></table><table class=\"gg_New_tableCommonBg2\" width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr class=\"gg_New_tableRow\"><td width=\"14%\" align=\"center\" class=\"gg_New_tableRow\"><div align=\"center\"><strong>&nbsp;<img src=\""+contextUrlPathStatic+"/images/icon_star_uber.gif\" alt=\"uber guru\" title=\"uber guru\"  width=\"36\" height=\"42\" /></strong></div></td><td width=\"86%\" class=\"gg_New_tableRow\">The ultimate accolade as the top ranked guru of the GradeGuru site with the most highly used and rated notes. The reigning genius of all genii!</td></tr><tr class=\"gg_New_tableRow\"><td width=\"14%\" align=\"center\" class=\"gg_New_tableRowAlt\"><div align=\"center\"><strong>&nbsp;<img src=\""+contextUrlPathStatic+"/images/icon_star_gold.png\" alt=\"gold guru\" title=\"gold guru\" width=\"36\" height=\"42\" /></strong></div></td><td class=\"gg_New_tableRowAlt\">A prized status that means you are playing with the big boys, or girls, as may be the case. Basically, there is no denying your academic prowess.</td></tr><tr class=\"gg_New_tableRow\"><td align=\"center\" class=\"gg_New_tableRow\"><div align=\"center\"><strong><img src=\""+contextUrlPathStatic+"/images/icon_star_silver.png\" alt=\"silver guru\" title=\"silver guru\" width=\"36\" height=\"42\" /></strong></div></td><td class=\"gg_New_tableRow\">You are an inspiration to your fellow students and others aspire to your knowledge of your subject areas.</td></tr><tr class=\"gg_New_tableRow\"><td align=\"center\" class=\"gg_New_tableRowAlt\"><div align=\"center\"><strong><img src=\""+contextUrlPathStatic+"/images/icon_star_bronze.png\" alt=\"bronze guru\" title=\"bronze guru\" width=\"36\" height=\"42\" /></strong></div></td><td class=\"gg_New_tableRowAlt\">You are amongst the top students in your discipline and deserve acknowledgement for your superior scholarship and contribution to your peers&rsquo; success.</td></tr><tr class=\"gg_New_tableRow\"><td align=\"center\" class=\"gg_New_tableRow\"><div align=\"center\"><strong><img src=\""+contextUrlPathStatic+"/images/icon_star_newbie.png\" alt=\"newbie\" title=\"newbie\" width=\"36\" height=\"36\" /></strong></div></td><td class=\"gg_New_tableRow\">You are a GradeGuru contributor and are on your way to Guru status!</td></tr><tr class=\"gg_New_tableRow\"><td align=\"center\" class=\"gg_New_tableRowAlt\"><div align=\"center\"><strong><img src=\""+contextUrlPathStatic+"/images/icon_member.png\" alt=\"member\" title=\"member\" width=\"36\" height=\"36\" /></strong></div></td><td class=\"gg_New_tableRowAlt\">You are a site member but as yet have not uploaded any content so get uploading!</td></tr></table></td></tr><tr><td colspan=\"2\"><table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td width=\"39\" class=\"gg_New_tableBL2\">&nbsp;</td><td class=\"gg_New_tableBgBott2\">&nbsp;</td><td class=\"gg_New_tableBR2\">&nbsp;</td></tr></table></td></tr></table></td></tr></table><br/>In addition, If you are the top rated user for your discipline you will achieve 'Discipline Guru status' whereby you will be recognized for your discipline expertise! GradeGuru will recognize the top ranked gurus and universities based on ratings, contributions and our objective calculations about the collective performance of the members from each university.</div>  ";

else if(quest=='gg_New_quest43')
document.getElementById('gg_New_containFAQans').innerHTML="<div id=\"gg_New_containFAQheader\"><table width=\"418\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td><table width=\"420\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"gg_New_faqHeadTop\"></td></tr><tr><td class=\"gg_New_faqHeadCommonBg\">Why does my status matter?</td></tr><tr><td class=\"gg_New_faqHeadBott\">\&nbsp;</td></tr></table></td></tr></table></div><div id=\"gg_New_containFAQcontent\" >Your status is a form of peer recognition and, we think, priceless. Our top gurus will be sought after by recruiters looking for talented students in their respective discipline. The Discipline Guru is the ultimate expert on the site in their given area, regardless of University, and we think that is pretty impressive! We know that grades differ a lot from university to university and preconceptions of universities can be incorrect. We want GradeGuru to be the true, fair and impartial barometer of university reputations everywhere.<br/><br/>Your status is also important as it marks you out as a reliable source when leaving comments, feedback or uploading more notes.</div>  ";

else if(quest=='gg_New_quest44')
document.getElementById('gg_New_containFAQans').innerHTML="<div id=\"gg_New_containFAQheader\"><table width=\"418\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td><table width=\"420\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"gg_New_faqHeadTop\"></td></tr><tr><td class=\"gg_New_faqHeadCommonBg\">Who determines my status?</td></tr><tr><td class=\"gg_New_faqHeadBott\">\&nbsp;</td></tr></table></td></tr></table></div><div id=\"gg_New_containFAQcontent\" >We have implemented an impartial, objective system that calculates and immediately updates your status. GradeGuru has put a lot of thought into what it takes to be a successful student and moreover what it means to be good at helping others. Above all else, we think that what your peers think matters. For that reason peer feedback and ratings will count towards your status.<br/><br/>We recognize our most active site contributors by awarding them three types of Guru Status badges, which are Bronze, Silver and Gold. Badges will appear under your picture on your profile. Each Guru Status group comes with a set of career building privileges that will grow throughout the semester as we continue to establish partnerships with companies and organizations.<br/><br/>Gold Guru: <br\><ul ><li>In the top 10% of site contributors in terms of points earned</li><li>At least 10 notes contributed</li><li>Average rating of 4 stars or higher</li><li>Privileges: Greater visibility as a thought leader in your academic field, an opportunity to be featured on your school page, internship and career mentorship opportunities.</li></ul>Silver Guru:<br\><ul ><li>In the top 20% of site contributors in terms of points earned</li><li>At least 10 notes contributed</li><li>Average rating of 3 stars or higher</li><li>Privileges: Greater visibility as a thought leader in your academic field, an opportunity to be featured on your school page.</li></ul>Bronze Guru: <br\><ul ><li>In the top 30% of site contributors in terms of points earned</li><li>At least 5 notes contributed</li><li>Average rating of 3 stars or higher</li><li>Privileges: Greater visibility as a thought leader in your academic field, an opportunity to be featured on your school page</li></ul>Newbie:<br\><ul ><li>Contributed at least 1 note</li></ul></div>  ";

else if(quest=='gg_New_quest45')
document.getElementById('gg_New_containFAQans').innerHTML="<div id=\"gg_New_containFAQheader\"><table width=\"418\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td><table width=\"420\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"gg_New_faqHeadTop\"></td></tr><tr><td class=\"gg_New_faqHeadCommonBg\">When does my status get updated?</td></tr><tr><td class=\"gg_New_faqHeadBott\">\&nbsp;</td></tr></table></td></tr></table></div><div id=\"gg_New_containFAQcontent\" >Your status will be instantaneously updated so you will know on a minute by minute basis where you stand.</div>  ";

else if(quest=='gg_New_quest46')
document.getElementById('gg_New_containFAQans').innerHTML="<div id=\"gg_New_containFAQheader\"><table width=\"418\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td><table width=\"420\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"gg_New_faqHeadTop\"></td></tr><tr><td class=\"gg_New_faqHeadCommonBg\">What if I think my status might be an error?</td></tr><tr><td class=\"gg_New_faqHeadBott\">\&nbsp;</td></tr></table></td></tr></table></div><div id=\"gg_New_containFAQcontent\" >To keep things objective, your status will be calculated by the site based on a mathematical algorithm. If you think we have made an error, please click on the contact us hyperlink at the bottom of every page and send us an email so we can investigate. We will be a fair arbitrator and, as always, we are happy to take your input and comments on board. We do however need to make a decision that is fair to all members and our decision is final.</div>  ";

else if(quest=='gg_New_quest47')
document.getElementById('gg_New_containFAQans').innerHTML="<div id=\"gg_New_containFAQheader\"><table width=\"418\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td><table width=\"420\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"gg_New_faqHeadTop\"></td></tr><tr><td class=\"gg_New_faqHeadCommonBg\">How can I elevate my status?</td></tr><tr><td class=\"gg_New_faqHeadBott\">\&nbsp;</td></tr></table></td></tr></table></div><div id=\"gg_New_containFAQcontent\" >Users will control their status by contributing great notes - the higher the quality and number of notes you give, the better your status will be!</div>  ";

else if(quest=='gg_New_quest48')
document.getElementById('gg_New_containFAQans').innerHTML="<div id=\"gg_New_containFAQheader\"><table width=\"418\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td><table width=\"420\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"gg_New_faqHeadTop\"></td></tr><tr><td class=\"gg_New_faqHeadCommonBg\">What does it mean if my university is the top university?</td></tr><tr><td class=\"gg_New_faqHeadBott\">\&nbsp;</td></tr></table></td></tr></table></div><div id=\"gg_New_containFAQcontent\" >It means the GradeGuru members from your university have collectively earned the most points on the site - kudos to you for selecting a great university where learning and success go hand in hand and where students understand the value of helping each other surpass expectations</div>  ";

else if(quest=='gg_New_quest49')
document.getElementById('gg_New_containFAQans').innerHTML="<div id=\"gg_New_containFAQheader\"><table width=\"418\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td><table width=\"420\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"gg_New_faqHeadTop\"></td></tr><tr><td class=\"gg_New_faqHeadCommonBg\">How can I help my school become the top university?</td></tr><tr><td class=\"gg_New_faqHeadBott\">\&nbsp;</td></tr></table></td></tr></table></div><div id=\"gg_New_containFAQcontent\" >Contribute lots of high quality notes... then get your peers using the site and giving feedback and ratings. You can send out invites from our <a title='Facebook' alt='Facebook' href='http://www.facebook.com/gradeguru'>Facebook</a> fan page to help spread the word, or email friends directly through <a title='Invite a friend' alt='Invite a friend' href='/sps/invitationViewActionnlu.do'>Invite a friend</a>.</div>  ";

else if(quest=='gg_New_quest50')
document.getElementById('gg_New_containFAQans').innerHTML="<div id=\"gg_New_containFAQheader\"><table width=\"418\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td><table width=\"420\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"gg_New_faqHeadTop\"></td></tr><tr><td class=\"gg_New_faqHeadCommonBg\">How can I find out about a user who has rated my files?</td></tr><tr><td class=\"gg_New_faqHeadBott\">\&nbsp;</td></tr></table></td></tr></table></div><div id=\"gg_New_containFAQcontent\" >Whenever a member rates your files, a link to that member's profile will be displayed. Click on the member's username to open their profile. There you will be able to see information about them, for example, which university they are at, which degree they are studying and even which files they have uploaded.</div>  ";

else if(quest=='gg_New_quest51')
document.getElementById('gg_New_containFAQans').innerHTML="<div id=\"gg_New_containFAQheader\"><table width=\"418\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td><table width=\"420\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"gg_New_faqHeadTop\"></td></tr><tr><td class=\"gg_New_faqHeadCommonBg\">Can I search for users on my course at my university?</td></tr><tr><td class=\"gg_New_faqHeadBott\">\&nbsp;</td></tr></table></td></tr></table></div><div id=\"gg_New_containFAQcontent\" >Right now to find another member you need to know their GradeGuru username. If you know your friend’s username, you can go to our <a href='javascript:goToAdvancedSearch();'>advanced search page</a> and type the username in the username search box. This will return the files this user has shared. Their username will appear as a hyperlink and you can click on that link to see their profile page. (Please note we will soon be implementing a broader search function to allow you to more easily find other members, but for now this is it.)</div>  ";

else if(quest=='gg_New_quest52')
document.getElementById('gg_New_containFAQans').innerHTML="<div id=\"gg_New_containFAQheader\"><table width=\"418\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td><table width=\"420\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"gg_New_faqHeadTop\"></td></tr><tr><td class=\"gg_New_faqHeadCommonBg\">How can I find out about the person who contributed a specific file?</td></tr><tr><td class=\"gg_New_faqHeadBott\">\&nbsp;</td></tr></table></td></tr></table></div><div id=\"gg_New_containFAQcontent\" >When you open the file the contributor's username is available as a hyperlink. Click on the link and you will be taken to the contributor's public profile and be able to see more information on their course, university, status and when they joined.</div>  ";

else if(quest=='gg_New_quest53')
document.getElementById('gg_New_containFAQans').innerHTML="<div id=\"gg_New_containFAQheader\"><table width=\"418\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td><table width=\"420\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"gg_New_faqHeadTop\"></td></tr><tr><td class=\"gg_New_faqHeadCommonBg\">How can I contact other users?</td></tr><tr><td class=\"gg_New_faqHeadBott\">\&nbsp;</td></tr></table></td></tr></table></div><div id=\"gg_New_containFAQcontent\" >If you have any interest in contacting a specific user, we regret to inform you that that functionality and the requisite security standards are still under development (the site is just a BETA at the moment). For now, please email us at <a title='mailto:contactus@gradeguru.com' alt='mailto:contactus@gradeguru.com' href='mailto:contactus@gradeguru.com'>contactus@gradeguru.com</a> with your email address, the username of the member you wish to contact and your message and we will pass it along.</div>  ";

else if(quest=='gg_New_quest54')
document.getElementById('gg_New_containFAQans').innerHTML="<div id=\"gg_New_containFAQheader\"><table width=\"418\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td><table width=\"420\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"gg_New_faqHeadTop\"></td></tr><tr><td class=\"gg_New_faqHeadCommonBg\">How can I find notes that are relevant to me?</td></tr><tr><td class=\"gg_New_faqHeadBott\">\&nbsp;</td></tr></table></td></tr></table></div><div id=\"gg_New_containFAQcontent\" >The more information you give in the search input boxes, the more accurate the results will be, so try to be specific in what you ask for and fill in as many fields as possible. We will help you with your selections by making suggestions as you start typing. If you can't find what you are looking for, try making your search broader by limiting keywords or searching all schools.<br\><br\>These are our suggestions on how to find what you are after:<br\><ul ><li>Keywords: Input any words that you want to appear in the document you are looking for. We will match your input against the words in the document and also the topics each contributor has told us their notes cover.</li><li>Input the discipline area you are interested in, e.g. psychology, nursing, accounting, marketing, etc...</li><li>Qualification: Choose the level of notes you are looking for, e.g. if you are taking a bachelors degree and are interested in seeing notes from students at your level, select your degree type. If, on the other hand, you are interested in more advanced notes, you might want to search for master's level notes.</li><li>Year Level: Input your year level if you are looking for notes from students studying at your level to be sure you get a direct class match.</li><li>Specific type: Select the context for which you need these notes. For example, are you looking for study guides or lecture notes? </li></ul>Once you submit the search, you can also sort your results by course to find notes specifically contributed by your fellow classmates, or by rating to list notes in \"quality\" order as determined by GradeGuru's members.</div>  ";

else if(quest=='gg_New_quest55')
document.getElementById('gg_New_containFAQans').innerHTML="<div id=\"gg_New_containFAQheader\"><table width=\"418\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td><table width=\"420\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"gg_New_faqHeadTop\"></td></tr><tr><td class=\"gg_New_faqHeadCommonBg\">How can I find a specific set of notes?</td></tr><tr><td class=\"gg_New_faqHeadBott\">\&nbsp;</td></tr></table></td></tr></table></div><div id=\"gg_New_containFAQcontent\" >Go to the search page and enter any of the relevant values for the specific notes you are looking for. For example, input the file name in the keywords box and/ or keyword terms you know are contained within the file, input the university that the notes came from and the discipline they cover.</div>  ";

else if(quest=='gg_New_quest56')
document.getElementById('gg_New_containFAQans').innerHTML="<div id=\"gg_New_containFAQheader\"><table width=\"418\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td><table width=\"420\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"gg_New_faqHeadTop\"></td></tr><tr><td class=\"gg_New_faqHeadCommonBg\">What does the pen symbol signify?</td></tr><tr><td class=\"gg_New_faqHeadBott\">\&nbsp;</td></tr></table></td></tr></table></div><div id=\"gg_New_containFAQcontent\" ><img src=\""+contextUrlPathStatic+"/images\/img_faq_pen.gif\" alt=\"pen\"/> This means the notes are handwritten and have been scanned in for the benefit of other members. The contributor of each set of notes is responsible for indicating if their notes are handwritten, so if pen symbols are shown in error or missing, please don't shoot the messenger!</div>  ";

else if(quest=='gg_New_quest57')
document.getElementById('gg_New_containFAQans').innerHTML="<div id=\"gg_New_containFAQheader\"><table width=\"418\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td><table width=\"420\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"gg_New_faqHeadTop\"></td></tr><tr><td class=\"gg_New_faqHeadCommonBg\">What do the stars next to a file represent?</td></tr><tr><td class=\"gg_New_faqHeadBott\">\&nbsp;</td></tr></table></td></tr></table></div><div id=\"gg_New_containFAQcontent\" >The stars represent the average user rating of that particular set of notes. Members can rate each other's notes so that over time the cream will rise to the top. Of course, 5 stars are the best you can shoot for.<br/><br/>We hope our members will use the star ratings as a measure of how much a set of notes helped them improve their grades and topic understanding by being:<br/><ul><li>Useful</li><li>Accurate </li><li>Well structured</li><li>Easy to understand</li><li>Grammatically correct and spelling error free</li></ul>We like to think of the star ratings this way:<br/><br/><table width=\"400\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\"><tr><td><table width=\"408\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\"><tr><td colspan=\"2\"><table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td width=\"39\" class=\"gg_New_tableTL2\">&nbsp;</td><td class=\"gg_New_tableBgTop2\">&nbsp;</td><td class=\"gg_New_tableTR2\">&nbsp;</td></tr></table><table class=\"gg_New_tableCommonBg2\" width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr class=\"gg_New_tableRow\"><td width=\"14%\" valign=\"top\" class=\"gg_New_tableRow\"><strong><img src=\""+contextUrlPathStatic+"/images/icon_star1.png\" alt=\"ratings\" title=\"ratings\"  width=\"68\" height=\"12\" /></strong></td><td width=\"86%\" class=\"gg_New_tableRow\">Superlatively brilliant - guaranteed to help you get to the top of the class. Whoever wrote these could probably teach the class themselves!</td></tr><tr class=\"gg_New_tableRowAlt\"><td align=\"center\" class=\"gg_New_tableRowAlt\"><strong><img src=\""+contextUrlPathStatic+"/images/icon_star2.png\" alt=\"ratings\" title=\"ratings\"  width=\"68\" height=\"12\" /></strong></td><td class=\"gg_New_tableRowAlt\">Truly excellent - a stellar performance in helping my grades</td></tr><tr class=\"gg_New_tableRow\"><td align=\"center\" class=\"gg_New_tableRow\"><strong><img src=\""+contextUrlPathStatic+"/images/icon_star3.png\" alt=\"ratings\" title=\"ratings\"  width=\"68\" height=\"12\" /></strong></td><td class=\"gg_New_tableRow\">Very good - really helped me \"get it\" and had a strong grade impact</td></tr><tr class=\"gg_New_tableRow\"><td align=\"center\" class=\"gg_New_tableRowAlt\"><strong><img src=\""+contextUrlPathStatic+"/images/icon_star4.png\" alt=\"ratings\" title=\"ratings\"  width=\"68\" height=\"12\" /></strong></td><td class=\"gg_New_tableRowAlt\">Good - definitely capable of contributing to good grades</td></tr><tr class=\"gg_New_tableRow\"><td align=\"center\" class=\"gg_New_tableRow\"><strong><img src=\""+contextUrlPathStatic+"/images/icon_star5.png\" alt=\"ratings\" title=\"ratings\"  width=\"68\" height=\"12\" /></strong></td><td class=\"gg_New_tableRow\">Solid - likely to have a positive grade impact</td></tr><tr class=\"gg_New_tableRow\"><td align=\"center\" class=\"gg_New_tableRowAlt\"><strong><img src=\""+contextUrlPathStatic+"/images/icon_star6.png\" alt=\"ratings\" title=\"ratings\"  width=\"68\" height=\"12\" /></strong></td><td class=\"gg_New_tableRowAlt\">OK - worth reading</td></tr><tr class=\"gg_New_tableRow\"><td align=\"center\" class=\"gg_New_tableRow\"><strong><img src=\""+contextUrlPathStatic+"/images/icon_star7.png\" alt=\"ratings\" title=\"ratings\"  width=\"68\" height=\"12\" /></strong></td><td class=\"gg_New_tableRow\">OKish - worth reading, but don't stake our grade on them</td></tr><tr class=\"gg_New_tableRow\"><td align=\"center\" class=\"gg_New_tableRowAlt\"><strong><img src=\""+contextUrlPathStatic+"/images/icon_star8.png\" alt=\"ratings\" title=\"ratings\"  width=\"68\" height=\"12\" /></strong></td><td class=\"gg_New_tableRowAlt\">Pretty average</td></tr><tr class=\"gg_New_tableRow\"><td align=\"center\" class=\"gg_New_tableRow\"><strong><img src=\""+contextUrlPathStatic+"/images/icon_star9.png\" alt=\"ratings\" title=\"ratings\"  width=\"68\" height=\"12\" /></strong></td><td class=\"gg_New_tableRow\">Not recommended</td></tr><tr class=\"gg_New_tableRow\"><td align=\"center\" class=\"gg_New_tableRowAlt\"><strong><img src=\""+contextUrlPathStatic+"/images/icon_star10.png\" alt=\"ratings\" title=\"ratings\"  width=\"68\" height=\"12\" /></strong></td><td class=\"gg_New_tableRowAlt\">Abysmal</td></tr></table></td></tr><tr><td colspan=\"2\"><table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td width=\"39\" class=\"gg_New_tableBL2\">&nbsp;</td><td class=\"gg_New_tableBgBott2\">&nbsp;</td><td class=\"gg_New_tableBR2\">&nbsp;</td></tr></table></td></tr></table></td></tr></table><br/></div>  ";

else if(quest=='gg_New_quest58')
document.getElementById('gg_New_containFAQans').innerHTML="<div id=\"gg_New_containFAQheader\"><table width=\"418\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td><table width=\"420\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"gg_New_faqHeadTop\"></td></tr><tr><td class=\"gg_New_faqHeadCommonBg\">How should I interpret my search results?</td></tr><tr><td class=\"gg_New_faqHeadBott\">\&nbsp;</td></tr></table></td></tr></table></div><div id=\"gg_New_containFAQcontent\" >GradeGuru lists the results in order of relevance versus your search and measures of quality. You can then sort the results yourself by university, qualification and course, contributor and rating by clicking on the hyperlinks at the left side of the page. You can see if the notes are handwritten or digital by looking for the pen symbol on the handwritten notes. Click on a filename to open the notes that look most relevant to you.</div>  ";

else if(quest=='gg_New_quest59')
document.getElementById('gg_New_containFAQans').innerHTML="<div id=\"gg_New_containFAQheader\"><table width=\"418\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td><table width=\"420\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"gg_New_faqHeadTop\"></td></tr><tr><td class=\"gg_New_faqHeadCommonBg\">What can I do if I didn't find what I was looking for?</td></tr><tr><td class=\"gg_New_faqHeadBott\">\&nbsp;</td></tr></table></td></tr></table></div><div id=\"gg_New_containFAQcontent\" >If you couldn't find what you were looking for, your search may be too specific and you may wish to try and remove some of the search filters to broaden your search.  Alternatively, you can ask for notes directly from your peers, using our 'File Request' system.<br/><br/>A file request is a message that gets sent out to other key users to let them know you are looking for specific notes.  It may be that users have the documents you are after, but have not uploaded them to our database. The file request allows you to communicate this to only applicable members.<br/><br/>To request a file, you need to log-in and click on \"Make Request\" button on the homepage, or the \"post file request\" link on the search page. Then all you need to do is fill in the form to specify what you are looking for.<br/><br/>The system will only target students on your specified courses at the relevant universities, studying the relevant modules and will send them a file request which they will see when they log in. Those members will then, at their discretion, upload notes to meet you needs, so please check back every few weeks for new notes. In future, GradeGuru will be bringing you ways to track your requests and see if anyone has responded to your specific needs with quality notes.</div>  ";

else if(quest=='gg_New_quest60')
document.getElementById('gg_New_containFAQans').innerHTML="<div id=\"gg_New_containFAQheader\"><table width=\"418\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td><table width=\"420\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"gg_New_faqHeadTop\"></td></tr><tr><td class=\"gg_New_faqHeadCommonBg\">How can I find files that I have contributed?</td></tr><tr><td class=\"gg_New_faqHeadBott\">\&nbsp;</td></tr></table></td></tr></table></div><div id=\"gg_New_containFAQcontent\" >Click on the 'My Contributions' tab in the top menu bar to see a list of all of your contributed notes. Alternatively you can enter search terms that are relevant to your notes to see how and where your notes will appear in the results page.</div>  ";

else if(quest=='gg_New_quest61')
document.getElementById('gg_New_containFAQans').innerHTML="<div id=\"gg_New_containFAQheader\"><table width=\"418\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td><table width=\"420\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"gg_New_faqHeadTop\"></td></tr><tr><td class=\"gg_New_faqHeadCommonBg\">How can I open GradeGuru notes?</td></tr><tr><td class=\"gg_New_faqHeadBott\">\&nbsp;</td></tr></table></td></tr></table></div><div id=\"gg_New_containFAQcontent\" >Access to GradeGuru notes is completely free. We even let you browse up to fifty files before you have to register, which again, is free. Once you have found the types of files you are looking for, just click on the file name of the notes you think might be of interest.</div>  ";

else if(quest=='gg_New_quest62')
document.getElementById('gg_New_containFAQans').innerHTML="<div id=\"gg_New_containFAQheader\"><table width=\"418\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td><table width=\"420\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"gg_New_faqHeadTop\"></td></tr><tr><td class=\"gg_New_faqHeadCommonBg\">How much does it cost to view notes?</td></tr><tr><td class=\"gg_New_faqHeadBott\">\&nbsp;</td></tr></table></td></tr></table></div><div id=\"gg_New_containFAQcontent\" >Viewing files is free - you can't ask for cheaper than that!</div>  ";

else if(quest=='gg_New_quest63')
document.getElementById('gg_New_containFAQans').innerHTML="<div id=\"gg_New_containFAQheader\"><table width=\"418\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td><table width=\"420\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"gg_New_faqHeadTop\"></td></tr><tr><td class=\"gg_New_faqHeadCommonBg\">How can I open a file?</td></tr><tr><td class=\"gg_New_faqHeadBott\">\&nbsp;</td></tr></table></td></tr></table></div><div id=\"gg_New_containFAQcontent\" >Click on the file name hyperlink from anywhere on the site to open that file.</div>  ";


else if(quest=='gg_New_quest64')
document.getElementById('gg_New_containFAQans').innerHTML="<div id=\"gg_New_containFAQheader\"><table width=\"418\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td><table width=\"420\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"gg_New_faqHeadTop\"></td></tr><tr><td class=\"gg_New_faqHeadCommonBg\">How can I download a file?</td></tr><tr><td class=\"gg_New_faqHeadBott\">\&nbsp;</td></tr></table></td></tr></table></div><div id=\"gg_New_containFAQcontent\" >When you find a file you want to download, click on the file name hyperlink: If the file opens within the GradeGuru page, you can use the menu bar within the view pane to save the file to your local machine. If GradeGuru prompts you to Open, Save or Cancel, select Open or Save to download the file.</div>  ";

else if(quest=='gg_New_quest65')
document.getElementById('gg_New_containFAQans').innerHTML="<div id=\"gg_New_containFAQheader\"><table width=\"418\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td><table width=\"420\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"gg_New_faqHeadTop\"></td></tr><tr><td class=\"gg_New_faqHeadCommonBg\">How can I save a file to view later?</td></tr><tr><td class=\"gg_New_faqHeadBott\">\&nbsp;</td></tr></table></td></tr></table></div><div id=\"gg_New_containFAQcontent\" >When you open the file you will see two buttons below the view pane: 'save file' and 'save to my folder'. If you click 'save file' you will be given the option to download the file to your computer.<br/><br/>If you click 'save to my folder', the file will be saved within your 'My Folder' section on the site. (Note you must be logged in to use the 'save to my folder' function.)  This is an area of your account where you can store notes for future use... basically a favorites list of notes.  Saving files to My Folder will enable you view your favorite files again quickly and easily without having to search for them again or download them. Files will stay in My Folder until you remove them so you can come back to them as often as you like.</div>  ";

else if(quest=='gg_New_quest66')
document.getElementById('gg_New_containFAQans').innerHTML="<div id=\"gg_New_containFAQheader\"><table width=\"418\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td><table width=\"420\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"gg_New_faqHeadTop\"></td></tr><tr><td class=\"gg_New_faqHeadCommonBg\">How can I share my notes with a friend?</td></tr><tr><td class=\"gg_New_faqHeadBott\">\&nbsp;</td></tr></table></td></tr></table></div><div id=\"gg_New_containFAQcontent\" >When you open a file you will see the share icon. If you click on it, you can share via email, Facebook, Twitter, you name it! This is a great way to get other people looking at your specific notes, which means more points for you. And what do points mean?...Rewards!</div>  ";

else if(quest=='gg_New_quest67')
document.getElementById('gg_New_containFAQans').innerHTML="<div id=\"gg_New_containFAQheader\"><table width=\"418\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td><table width=\"420\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"gg_New_faqHeadTop\"></td></tr><tr><td class=\"gg_New_faqHeadCommonBg\">How can I print a file?</td></tr><tr><td class=\"gg_New_faqHeadBott\">\&nbsp;</td></tr></table></td></tr></table></div><div id=\"gg_New_containFAQcontent\" >When you find a file you want to print, click on the file name hyperlink: If the file opens within the GradeGuru page, you can use the menu bar within the view pane to print the file. If GradeGuru prompts you to Open, Save or Cancel, select Open or Save to download the file and then print the file as you normally would.</div>  ";

else if(quest=='gg_New_quest68')
document.getElementById('gg_New_containFAQans').innerHTML="<div id=\"gg_New_containFAQheader\"><table width=\"418\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td><table width=\"420\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"gg_New_faqHeadTop\"></td></tr><tr><td class=\"gg_New_faqHeadCommonBg\">What can I do with the files I open?</td></tr><tr><td class=\"gg_New_faqHeadBott\">\&nbsp;</td></tr></table></td></tr></table></div><div id=\"gg_New_containFAQcontent\" >The notes on the site are for reference use only. Do not exploit the generosity of others, the notes are not to be copied or handed in as your own. That would be blatant plagiarism, unethical and illegal.<br/><br/>Our anti-plagiarism partnership with TurnItIn helps track if students are submitting work from GradeGuru that does not belong to them. So please respect the community!</div>  ";

else if(quest=='gg_New_quest69')
document.getElementById('gg_New_containFAQans').innerHTML="<div id=\"gg_New_containFAQheader\"><table width=\"418\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td><table width=\"420\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"gg_New_faqHeadTop\"></td></tr><tr><td class=\"gg_New_faqHeadCommonBg\">What can I do if I open a file and it doesn't look right?</td></tr><tr><td class=\"gg_New_faqHeadBott\">\&nbsp;</td></tr></table></td></tr></table></div><div id=\"gg_New_containFAQcontent\" >If when you open a set of notes and they do not look quite right or you experience errors, you may not have the necessary version of the application to open the file. Please take a look at the extension of the file you are attempting to open (that is, the three letters after the dot in the file name). Then check out the table below for that file extension and click on the link to the right to download the FREE application upgrade for your computer.<br/><br/>Once you have downloaded the upgrade for FREE, please try opening the file again.  If this still does not solve the problem then please do not hesitate to contact us, and let us know which file you are having trouble with.<br/><br/><table width=\"400\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\"><tr><td><table width=\"408\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\"><tr><td colspan=\"2\"><table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td width=\"39\" class=\"gg_New_tableTL\">&nbsp;</td><td class=\"gg_New_tableBgTop\"><table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"gg_New_tableHeader\">Operating System</td><td class=\"gg_New_tableHeader\">File Extension</td><td class=\"gg_New_tableHeader\">Download Link</td></tr></table></td><td class=\"gg_New_tableTR\">&nbsp;</td></tr></table></td></tr><tr><td colspan=\"2\"><table class=\"gg_New_tableCommonBg2\" width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr class=\"gg_New_tableRow\"><td width=\"37%\" align=\"center\"  class=\"gg_New_tableRow\">&nbsp;&nbsp;Mac</td><td width=\"29%\" class=\"gg_New_tableRow\">.pdf </td><td width=\"34%\" class=\"gg_New_tableRow\"><a href=\"http://www.adobe.com/products/acrobat/readstep2_allversions.html\" target=\"_blank\">Acrobat Plugin for Mac</a></td></tr><tr class=\"gg_New_tableRow\"><td align=\"center\" class=\"gg_New_tableRowAlt\">&nbsp;&nbsp;Windows</td><td class=\"gg_New_tableRowAlt\">.pdf </td><td class=\"gg_New_tableRowAlt\"><a href=\"http://www.adobe.com/products/acrobat/readstep2_allversions.html\" target=\"_blank\">Acrobat Plugin for Windows </a></td></tr><tr class=\"gg_New_tableRow\"><td align=\"center\" class=\"gg_New_tableRow\">&nbsp;&nbsp;Mac</td><td class=\"gg_New_tableRow\">.ra, .ram </td><td class=\"gg_New_tableRow\"><a href=\"http://forms.real.com/real/player/blackjack.html\" target=\"_blank\">RealPlayer Plugin for Mac </a></td></tr><tr class=\"gg_New_tableRow\"><td align=\"center\" class=\"gg_New_tableRowAlt\">&nbsp;&nbsp;Windows</td><td class=\"gg_New_tableRowAlt\">.ra, .ram </td><td class=\"gg_New_tableRowAlt\"><a href=\"http://forms.real.com/real/player/blackjack.html\" target=\"_blank\">RealPlayer Plugin for Windows</a></td> </tr><tr class=\"gg_New_tableRow\"><td align=\"center\" class=\"gg_New_tableRow\">&nbsp;&nbsp;Mac</td><td class=\"gg_New_tableRow\">.ppt </td><td class=\"gg_New_tableRow\"><a href=\"http://www.microsoft.com/downloads/details.aspx?FamilyID=e25cb1e5-209c-4a58-b283-23e84b616477&amp;Displa%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20yLang=en\" target=\"_blank\">PowerPoint Plugin for Mac</a> </td></tr><tr class=\"gg_New_tableRow\"><td align=\"center\" class=\"gg_New_tableRowAlt\">&nbsp;&nbsp;Mac</td><td class=\"gg_New_tableRowAlt\">.xls, .doc, .htm, .html, .mht, .mhtml, .rtf, .txt,.wpd, .wps,.xml</td><td class=\"gg_New_tableRowAlt\"><a href=\"http://www.microsoft.com/downloads/details.aspx?FamilyID=977ec714-280d-4292-a150-66db5638dcb6&amp;DisplayLang=en\" target=\"_blank\">Microsoft Office 2004 for Mac Test Drive Plugin (11.2.1)</a></td></tr><tr class=\"gg_New_tableRow\"><td align=\"center\" class=\"gg_New_tableRow\">&nbsp;&nbsp;Mac</td><td class=\"gg_New_tableRow\">.mov, .wav, mp3, .mpeg </td><td class=\"gg_New_tableRow\"><a href=\"http://www.apple.com/quicktime/download/\" target=\"_blank\">Quicktime Plugin for Mac</a></td></tr><tr class=\"gg_New_tableRow\"><td align=\"center\" class=\"gg_New_tableRowAlt\">&nbsp;&nbsp;Windows</td><td class=\"gg_New_tableRowAlt\">.doc, .htm, .html, .mht, .mhtml, .rtf, .txt,.wpd, .wps,.xml </td><td class=\"gg_New_tableRowAlt\"><a href=\"http://www.microsoft.com/downloads/details.aspx?FamilyId=95E24C87-8732-48D5-8689-AB826E7B8FDF&amp;displaylang=en\" target=\"_blank\">Word Viewer 2003 Plugin</a></td></tr><tr class=\"gg_New_tableRow\"><td align=\"center\" class=\"gg_New_tableRow\">&nbsp;&nbsp;Windows</td><td class=\"gg_New_tableRow\">.xls</td><td class=\"gg_New_tableRow\"><a href=\"http://www.microsoft.com/downloads/details.aspx?FamilyID=c8378bf4-996c-4569-b547-75edbd03aaf0&amp;DisplayLang=en\" target=\"_blank\">Excel Plugin</a></td></tr><tr class=\"gg_New_tableRow\"><td align=\"center\" class=\"gg_New_tableRowAlt\">&nbsp;&nbsp;Windows</td><td class=\"gg_New_tableRowAlt\">.ppt</td><td class=\"gg_New_tableRowAlt\"><a href=\"http://www.microsoft.com/downloads/details.aspx?familyid=048DC840-14E1-467D-8DCA-19D2A8FD7485&amp;displaylang=en\" target=\"_blank\">Powerpoint Plugin</a></td></tr><tr class=\"gg_New_tableRow\"><td align=\"center\" class=\"gg_New_tableRow\">&nbsp;&nbsp;Windows</td><td class=\"gg_New_tableRow\">.VSD, .VSS, .VST, .VDX, .VSX, .VTX </td><td class=\"gg_New_tableRow\"><a href=\"http://www.microsoft.com/downloads/details.aspx?FamilyID=d88e4542-b174-4198-ae31-6884e9edd524&amp;DisplayLang=en\" target=\"_blank\">Visio 2007 Plugin</a></td></tr><tr class=\"gg_New_tableRow\"><td align=\"center\" class=\"gg_New_tableRowAlt\"> &nbsp;&nbsp;Windows</td><td class=\"gg_New_tableRowAlt\">.wps</td><td class=\"gg_New_tableRowAlt\"><a href=\"http://www.microsoft.com/downloads/details.aspx?FamilyID=b9e11e83-f51b-4977-b572-8c042df802c1&amp;DisplayLang=en\" target=\"_blank\">Works 6.0 Converter for Works and Word Users</a></td></tr><tr class=\"gg_New_tableRow\"><td align=\"center\" class=\"gg_New_tableRow\">&nbsp;&nbsp;Windows</td><td class=\"gg_New_tableRow\">.jpg, .bmp, .gif, .png, .psd, .tif, .avi, .mpg, .wmv, .asf, .mov </td><td class=\"gg_New_tableRow\"><a href=\"http://picasa.google.co.uk/features/requirements.html\" target=\"_blank\">Picasa Plugin (images and movies) </a></td></tr><tr class=\"gg_New_tableRow\"><td align=\"center\" class=\"gg_New_tableRowAlt\">&nbsp;&nbsp;Windows</td><td class=\"gg_New_tableRowAlt\">.mpeg, .wav, .mp3</td><td class=\"gg_New_tableRowAlt\"><a href=\"http://www.microsoft.com/windows/windowsmedia/download/alldownloads.aspx\" target=\"_blank\">Windows media player</a></td></tr></table></td></tr><tr><td colspan=\"2\"><table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td width=\"39\" class=\"gg_New_tableBL2\">&nbsp;</td><td class=\"gg_New_tableBgBott2\">&nbsp;</td><td class=\"gg_New_tableBR2\">&nbsp;</td></tr></table></td></tr></table></td></tr></table><br/>If on the other hand, you already have the appropriate application, but are still having problems viewing the file, or the notes look kind of strange, it might be because you do not have the latest version of the necessary application. Try downloading the plug-ins below and see if that helps:<br/><br/><table width=\"400\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\"><tr><td><table width=\"408\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\"><tr><td colspan=\"2\"><table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td width=\"39\" class=\"gg_New_tableTL\">&nbsp;</td><td class=\"gg_New_tableBgTop\"><table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"gg_New_tableHeader\">Operating System</td><td class=\"gg_New_tableHeader\">File Extension</td><td class=\"gg_New_tableHeader\">Download Link</td></tr></table></td><td class=\"gg_New_tableTR\">&nbsp;</td></tr></table></td></tr><tr><td colspan=\"2\"><table class=\"gg_New_tableCommonBg2\" width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr class=\"gg_New_tableRow\"><td width=\"37%\" align=\"center\" class=\"gg_New_tableRow\">&nbsp;&nbsp;Mac</td><td width=\"29%\" class=\"gg_New_tableRow\">.pdf </td><td width=\"34%\" class=\"gg_New_tableRow\"><a href=\"http://www.adobe.com/products/acrobat/readstep2_allversions.html\" target=\"_blank\">Acrobat Plugin for Mac</a></td></tr><tr class=\"gg_New_tableRow\"><td align=\"center\" class=\"gg_New_tableRowAlt\">&nbsp;&nbsp;Windows</td><td class=\"gg_New_tableRowAlt\">.pdf </td><td class=\"gg_New_tableRowAlt\"><a href=\"http://www.adobe.com/products/acrobat/readstep2_allversions.html\" target=\"_blank\">Acrobat Plugin for Windows </a></td></tr><tr class=\"gg_New_tableRow\"><td align=\"center\" class=\"gg_New_tableRow\">&nbsp;&nbsp;Mac</td><td class=\"gg_New_tableRow\">.ra, .ram </td><td class=\"gg_New_tableRow\"><a href=\"http://forms.real.com/real/player/blackjack.html\" target=\"_blank\">RealPlayer Plugin for Mac </a></td></tr><tr class=\"gg_New_tableRow\"><td align=\"center\" class=\"gg_New_tableRowAlt\">&nbsp;&nbsp;Windows</td><td class=\"gg_New_tableRowAlt\">.ra, .ram </td><td class=\"gg_New_tableRowAlt\"><a href=\"http://forms.real.com/real/player/blackjack.html\" target=\"_blank\">RealPlayer Plugin for Windows</a></td></tr><tr class=\"gg_New_tableRow\"><td align=\"center\" class=\"gg_New_tableRow\">&nbsp;&nbsp;Mac</td><td class=\"gg_New_tableRow\">.xls, .doc, .htm, .html, .mht, .mhtml, .rtf, .txt,.wpd, .wps,.xml</td><td class=\"gg_New_tableRow\"><a href=\"http://www.microsoft.com/downloads/details.aspx?FamilyID=977ec714-280d-4292-a150-66db5638dcb6&amp;DisplayLang=en\" target=\"_blank\">Microsoft Office 2004 for Mac Test Drive Plugin (11.2.1)</a></td></tr><tr class=\"gg_New_tableRow\"><td align=\"center\" class=\"gg_New_tableRowAlt\">&nbsp;&nbsp;Mac</td><td class=\"gg_New_tableRowAlt\">.mov, .wav, mp3, .mpeg </td><td class=\"gg_New_tableRowAlt\"><a href=\"http://www.apple.com/quicktime/download/\" target=\"_blank\">Quicktime Plugin for Mac</a></td></tr><tr class=\"gg_New_tableRow\"><td align=\"center\" class=\"gg_New_tableRow\">&nbsp;&nbsp;Windows</td><td class=\"gg_New_tableRow\">.doc, .htm, .html, .mht, .mhtml, .rtf, .txt,.wpd, .wps,.xml </td><td class=\"gg_New_tableRow\"><a href=\"http://www.microsoft.com/downloads/details.aspx?FamilyId=95E24C87-8732-48D5-8689-AB826E7B8FDF&amp;displaylang=en\" target=\"_blank\">Word Viewer 2003 Plugin</a></td></tr><tr class=\"gg_New_tableRow\"><td align=\"center\" class=\"gg_New_tableRowAlt\">&nbsp;&nbsp;Windows</td><td class=\"gg_New_tableRowAlt\">.docx, .docm, .doc </td><td class=\"gg_New_tableRowAlt\"><a href=\"http://www.microsoft.com/downloads/details.aspx?FamilyId=941b3470-3ae9-4aee-8f43-%20%20%20%20c6bb74cd1466&displaylang=en\" target=\"_blank\">Compatibility Pack for Word, 2007 </a>(you will need to have at least word 2003 or a 2003 viewer to use this. <a href=\"http://www.microsoft.com/downloads/details.aspx?FamilyId=941b3470-3ae9-4aee-8f43-%20%20%20%20c6bb74cd1466&displaylang=en\" target=\"_blank\">Word 2003 viewer</a>) </td></tr><tr class=\"gg_New_tableRow\"><td align=\"center\" class=\"gg_New_tableRow\">&nbsp;&nbsp;Windows</td><td class=\"gg_New_tableRow\">.ppt</td><td class=\"gg_New_tableRow\"><a href=\"http://www.microsoft.com/downloads/details.aspx?familyid=048DC840-14E1-467D-8DCA-19D2A8FD7485&amp;displaylang=en\" target=\"_blank\">Powerpoint 2007 Plugin</a></td></tr><tr class=\"gg_New_tableRow\"><td align=\"center\" class=\"gg_New_tableRowAlt\">&nbsp;&nbsp;Windows</td><td class=\"gg_New_tableRowAlt\">.xls</td><td class=\"gg_New_tableRowAlt\"><a href=\"http://www.microsoft.com/downloads/details.aspx?FamilyId=941b3470-3ae9-4aee-8f43-%20%20%20%20c6bb74cd1466&displaylang=en\" target=\"_blank\">Compatibility Pack for Excel 2007</a> (you will need to have at least excel 2003 or a 2003 viewer to use this. <a href=\"http://www.microsoft.com/downloads/details.aspx?FamilyID=c8378bf4-996c-4569-%20%20%20%20b547-75edbd03aaf0&DisplayLang=en\" target=\"_blank\">Excel 2003 viewer</a>)</td></tr><tr class=\"gg_New_tableRow\"><td align=\"center\" class=\"gg_New_tableRow\">&nbsp;&nbsp;Windows</td><td class=\"gg_New_tableRow\">.VSD, .VSS, .VST, .VDX, .VSX, .VTX </td><td class=\"gg_New_tableRow\"><a href=\"http://www.microsoft.com/downloads/details.aspx?FamilyID=d88e4542-b174-4198-ae31-6884e9edd524&amp;DisplayLang=en\" target=\"_blank\">Visio 2007 Plugin</a></td></tr><tr class=\"gg_New_tableRow\"><td align=\"center\" class=\"gg_New_tableRowAlt\"> &nbsp;&nbsp;Windows</td><td class=\"gg_New_tableRowAlt\">.wps</td><td class=\"gg_New_tableRowAlt\"><a href=\"http://www.microsoft.com/downloads/details.aspx?FamilyID=b9e11e83-f51b-4977-b572-8c042df802c1&amp;DisplayLang=en\" target=\"_blank\">Works 6.0 Converter for Works and Word Users</a></td></tr><tr class=\"gg_New_tableRow\"><td align=\"center\" class=\"gg_New_tableRow\">&nbsp;&nbsp;Windows</td><td class=\"gg_New_tableRow\">.jpg, .bmp, .gif, .png, .psd, .tif, .avi, .mpg, .wmv, .asf, .mov </td><td class=\"gg_New_tableRow\"><a href=\"http://picasa.google.co.uk/features/requirements.html\" target=\"_blank\">Picasa Plugin (images and movies) </a></td></tr><tr class=\"gg_New_tableRow\"><td align=\"center\" class=\"gg_New_tableRowAlt\">&nbsp;&nbsp;Windows</td><td class=\"gg_New_tableRowAlt\">.mpeg, .wav, .mp3</td><td class=\"gg_New_tableRowAlt\"><a href=\"http://www.microsoft.com/windows/windowsmedia/download/alldownloads.aspx\" target=\"_blank\">Windows media player</a></td></tr></table></td></tr><tr><td colspan=\"2\"><table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td width=\"39\" class=\"gg_New_tableBL2\">&nbsp;</td><td class=\"gg_New_tableBgBott2\">&nbsp;</td><td class=\"gg_New_tableBR2\">&nbsp;</td></tr></table></td></tr></table></td></tr></table><br/></div>  ";

else if(quest=='gg_New_quest70')
document.getElementById('gg_New_containFAQans').innerHTML="<div id=\"gg_New_containFAQheader\"><table width=\"418\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td><table width=\"420\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"gg_New_faqHeadTop\"></td></tr><tr><td class=\"gg_New_faqHeadCommonBg\">What can I do if the file I wanted doesn't open?</td></tr><tr><td class=\"gg_New_faqHeadBott\">\&nbsp;</td></tr></table></td></tr></table></div><div id=\"gg_New_containFAQcontent\" >If you experience complications when you attempt to open a set of notes, it may be because you may not have the necessary application to open the file. Please take a look at the extension of the file you are attempting to open (that is, the three letters after the dot in the file name).<br/><br/>Then check out the table below for that file extension and click on the link to the right to download the FREE application for your computer. Once you have downloaded the upgrade for FREE, please try opening the file again.<br/><br/><table width=\"400\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\"><tr><td><table width=\"408\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\"><tr><td colspan=\"2\"><table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td width=\"39\" class=\"gg_New_tableTL\">&nbsp;</td><td class=\"gg_New_tableBgTop\"><table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"gg_New_tableHeader\">Operating System</td><td class=\"gg_New_tableHeader\">File Extension</td><td class=\"gg_New_tableHeader\">Download Link</td></tr></table></td><td class=\"gg_New_tableTR\">&nbsp;</td></tr></table></td></tr><tr><td colspan=\"2\"><table class=\"gg_New_tableCommonBg2\" width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr class=\"gg_New_tableRow\"><td width=\"37%\" align=\"center\"  class=\"gg_New_tableRow\">&nbsp;&nbsp;Mac</td><td width=\"29%\" class=\"gg_New_tableRow\">.pdf </td><td width=\"34%\" class=\"gg_New_tableRow\"><a href=\"http://www.adobe.com/products/acrobat/readstep2_allversions.html\" target=\"_blank\">Acrobat Plugin for Mac</a></td></tr><tr class=\"gg_New_tableRow\"><td align=\"center\" class=\"gg_New_tableRowAlt\">&nbsp;&nbsp;Windows</td><td class=\"gg_New_tableRowAlt\">.pdf </td><td class=\"gg_New_tableRowAlt\"><a href=\"http://www.adobe.com/products/acrobat/readstep2_allversions.html\" target=\"_blank\">Acrobat Plugin for Windows </a></td></tr><tr class=\"gg_New_tableRow\"><td align=\"center\" class=\"gg_New_tableRow\">&nbsp;&nbsp;Mac</td><td class=\"gg_New_tableRow\">.ra, .ram </td><td class=\"gg_New_tableRow\"><a href=\"http://forms.real.com/real/player/blackjack.html\" target=\"_blank\">RealPlayer Plugin for Mac </a></td></tr><tr class=\"gg_New_tableRow\"><td align=\"center\" class=\"gg_New_tableRowAlt\">&nbsp;&nbsp;Windows</td><td class=\"gg_New_tableRowAlt\">.ra, .ram </td><td class=\"gg_New_tableRowAlt\"><a href=\"http://forms.real.com/real/player/blackjack.html\" target=\"_blank\">RealPlayer Plugin for Windows</a></td> </tr><tr class=\"gg_New_tableRow\"><td align=\"center\" class=\"gg_New_tableRow\">&nbsp;&nbsp;Mac</td><td class=\"gg_New_tableRow\">.ppt </td><td class=\"gg_New_tableRow\"><a href=\"http://www.microsoft.com/downloads/details.aspx?FamilyID=e25cb1e5-209c-4a58-b283-23e84b616477&amp;Displa%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20yLang=en\" target=\"_blank\">PowerPoint Plugin for Mac</a> </td></tr><tr class=\"gg_New_tableRow\"><td align=\"center\" class=\"gg_New_tableRowAlt\">&nbsp;&nbsp;Mac</td><td class=\"gg_New_tableRowAlt\">.xls, .doc, .htm, .html, .mht, .mhtml, .rtf, .txt,.wpd, .wps,.xml</td><td class=\"gg_New_tableRowAlt\"><a href=\"http://www.microsoft.com/downloads/details.aspx?FamilyID=977ec714-280d-4292-a150-66db5638dcb6&amp;DisplayLang=en\" target=\"_blank\">Microsoft Office 2004 for Mac Test Drive Plugin (11.2.1)</a></td></tr><tr class=\"gg_New_tableRow\"><td align=\"center\" class=\"gg_New_tableRow\">&nbsp;&nbsp;Mac</td><td class=\"gg_New_tableRow\">.mov, .wav, mp3, .mpeg </td><td class=\"gg_New_tableRow\"><a href=\"http://www.apple.com/quicktime/download/\" target=\"_blank\">Quicktime Plugin for Mac</a></td></tr><tr class=\"gg_New_tableRow\"><td align=\"center\" class=\"gg_New_tableRowAlt\">&nbsp;&nbsp;Windows</td><td class=\"gg_New_tableRowAlt\">.doc, .htm, .html, .mht, .mhtml, .rtf, .txt,.wpd, .wps,.xml </td><td class=\"gg_New_tableRowAlt\"><a href=\"http://www.microsoft.com/downloads/details.aspx?FamilyId=95E24C87-8732-48D5-8689-AB826E7B8FDF&amp;displaylang=en\" target=\"_blank\">Word Viewer 2003 Plugin</a></td></tr><tr class=\"gg_New_tableRow\"><td align=\"center\" class=\"gg_New_tableRow\">&nbsp;&nbsp;Windows</td><td class=\"gg_New_tableRow\">.xls</td><td class=\"gg_New_tableRow\"><a href=\"http://www.microsoft.com/downloads/details.aspx?FamilyID=c8378bf4-996c-4569-b547-75edbd03aaf0&amp;DisplayLang=en\" target=\"_blank\">Excel Plugin</a></td></tr><tr class=\"gg_New_tableRow\"><td align=\"center\" class=\"gg_New_tableRowAlt\">&nbsp;&nbsp;Windows</td><td class=\"gg_New_tableRowAlt\">.ppt</td><td class=\"gg_New_tableRowAlt\"><a href=\"http://www.microsoft.com/downloads/details.aspx?familyid=048DC840-14E1-467D-8DCA-19D2A8FD7485&amp;displaylang=en\" target=\"_blank\">Powerpoint Plugin</a></td></tr><tr class=\"gg_New_tableRow\"><td align=\"center\" class=\"gg_New_tableRow\">&nbsp;&nbsp;Windows</td><td class=\"gg_New_tableRow\">.VSD, .VSS, .VST, .VDX, .VSX, .VTX </td><td class=\"gg_New_tableRow\"><a href=\"http://www.microsoft.com/downloads/details.aspx?FamilyID=d88e4542-b174-4198-ae31-6884e9edd524&amp;DisplayLang=en\" target=\"_blank\">Visio 2007 Plugin</a></td></tr><tr class=\"gg_New_tableRow\"><td align=\"center\" class=\"gg_New_tableRowAlt\"> &nbsp;&nbsp;Windows</td><td class=\"gg_New_tableRowAlt\">.wps</td><td class=\"gg_New_tableRowAlt\"><a href=\"http://www.microsoft.com/downloads/details.aspx?FamilyID=b9e11e83-f51b-4977-b572-8c042df802c1&amp;DisplayLang=en\" target=\"_blank\">Works 6.0 Converter for Works and Word Users</a></td></tr><tr class=\"gg_New_tableRow\"><td align=\"center\" class=\"gg_New_tableRow\">&nbsp;&nbsp;Windows</td><td class=\"gg_New_tableRow\">.jpg, .bmp, .gif, .png, .psd, .tif, .avi, .mpg, .wmv, .asf, .mov </td><td class=\"gg_New_tableRow\"><a href=\"http://picasa.google.co.uk/features/requirements.html\" target=\"_blank\">Picasa Plugin (images and movies) </a></td></tr><tr class=\"gg_New_tableRow\"><td align=\"center\" class=\"gg_New_tableRowAlt\">&nbsp;&nbsp;Windows</td><td class=\"gg_New_tableRowAlt\">.mpeg, .wav, .mp3</td><td class=\"gg_New_tableRowAlt\"><a href=\"http://www.microsoft.com/windows/windowsmedia/download/alldownloads.aspx\" target=\"_blank\">Windows media player</a></td></tr></table></td></tr><tr><td colspan=\"2\"><table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td width=\"39\" class=\"gg_New_tableBL2\">&nbsp;</td><td class=\"gg_New_tableBgBott2\">&nbsp;</td><td class=\"gg_New_tableBR2\">&nbsp;</td></tr></table></td></tr></table></td></tr></table><br/>If on the other hand, you already have the appropriate application, but are still having problems viewing the file, or the notes look kind of strange, it might be because you do not have the latest version of the necessary application. Try downloading the plug-ins below and see if that helps:<br/><br/><table width=\"400\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\"><tr><td><table width=\"408\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\"><tr><td colspan=\"2\"><table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td width=\"39\" class=\"gg_New_tableTL\">&nbsp;</td><td class=\"gg_New_tableBgTop\"><table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"gg_New_tableHeader\">Operating System</td><td class=\"gg_New_tableHeader\">File Extension</td><td class=\"gg_New_tableHeader\">Download Link</td></tr></table></td><td class=\"gg_New_tableTR\">&nbsp;</td></tr></table></td></tr><tr><td colspan=\"2\"><table class=\"gg_New_tableCommonBg2\" width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr class=\"gg_New_tableRow\"><td width=\"37%\" align=\"center\" class=\"gg_New_tableRow\">&nbsp;&nbsp;Mac</td><td width=\"29%\" class=\"gg_New_tableRow\">.pdf </td><td width=\"34%\" class=\"gg_New_tableRow\"><a href=\"http://www.adobe.com/products/acrobat/readstep2_allversions.html\" target=\"_blank\">Acrobat Plugin for Mac</a></td></tr><tr class=\"gg_New_tableRow\"><td align=\"center\" class=\"gg_New_tableRowAlt\">&nbsp;&nbsp;Windows</td><td class=\"gg_New_tableRowAlt\">.pdf </td><td class=\"gg_New_tableRowAlt\"><a href=\"http://www.adobe.com/products/acrobat/readstep2_allversions.html\" target=\"_blank\">Acrobat Plugin for Windows </a></td></tr><tr class=\"gg_New_tableRow\"><td align=\"center\" class=\"gg_New_tableRow\">&nbsp;&nbsp;Mac</td><td class=\"gg_New_tableRow\">.ra, .ram </td><td class=\"gg_New_tableRow\"><a href=\"http://forms.real.com/real/player/blackjack.html\" target=\"_blank\">RealPlayer Plugin for Mac </a></td></tr><tr class=\"gg_New_tableRow\"><td align=\"center\" class=\"gg_New_tableRowAlt\">&nbsp;&nbsp;Windows</td><td class=\"gg_New_tableRowAlt\">.ra, .ram </td><td class=\"gg_New_tableRowAlt\"><a href=\"http://forms.real.com/real/player/blackjack.html\" target=\"_blank\">RealPlayer Plugin for Windows</a></td></tr><tr class=\"gg_New_tableRow\"><td align=\"center\" class=\"gg_New_tableRow\">&nbsp;&nbsp;Mac</td><td class=\"gg_New_tableRow\">.xls, .doc, .htm, .html, .mht, .mhtml, .rtf, .txt,.wpd, .wps,.xml</td><td class=\"gg_New_tableRow\"><a href=\"http://www.microsoft.com/downloads/details.aspx?FamilyID=977ec714-280d-4292-a150-66db5638dcb6&amp;DisplayLang=en\" target=\"_blank\">Microsoft Office 2004 for Mac Test Drive Plugin (11.2.1)</a></td></tr><tr class=\"gg_New_tableRow\"><td align=\"center\" class=\"gg_New_tableRowAlt\">&nbsp;&nbsp;Mac</td><td class=\"gg_New_tableRowAlt\">.mov, .wav, mp3, .mpeg </td><td class=\"gg_New_tableRowAlt\"><a href=\"http://www.apple.com/quicktime/download/\" target=\"_blank\">Quicktime Plugin for Mac</a></td></tr><tr class=\"gg_New_tableRow\"><td align=\"center\" class=\"gg_New_tableRow\">&nbsp;&nbsp;Windows</td><td class=\"gg_New_tableRow\">.doc, .htm, .html, .mht, .mhtml, .rtf, .txt,.wpd, .wps,.xml </td><td class=\"gg_New_tableRow\"><a href=\"http://www.microsoft.com/downloads/details.aspx?FamilyId=95E24C87-8732-48D5-8689-AB826E7B8FDF&amp;displaylang=en\" target=\"_blank\">Word Viewer 2003 Plugin</a></td></tr><tr class=\"gg_New_tableRow\"><td align=\"center\" class=\"gg_New_tableRowAlt\">&nbsp;&nbsp;Windows</td><td class=\"gg_New_tableRowAlt\">.docx, .docm, .doc </td><td class=\"gg_New_tableRowAlt\"><a href=\"http://www.microsoft.com/downloads/details.aspx?FamilyId=941b3470-3ae9-4aee-8f43-%20%20%20%20c6bb74cd1466&displaylang=en\" target=\"_blank\">Compatibility Pack for Word, 2007 </a>(you will need to have at least word 2003 or a 2003 viewer to use this. <a href=\"http://www.microsoft.com/downloads/details.aspx?FamilyId=941b3470-3ae9-4aee-8f43-%20%20%20%20c6bb74cd1466&displaylang=en\" target=\"_blank\">Word 2003 viewer</a>) </td></tr><tr class=\"gg_New_tableRow\"><td align=\"center\" class=\"gg_New_tableRow\">&nbsp;&nbsp;Windows</td><td class=\"gg_New_tableRow\">.ppt</td><td class=\"gg_New_tableRow\"><a href=\"http://www.microsoft.com/downloads/details.aspx?familyid=048DC840-14E1-467D-8DCA-19D2A8FD7485&amp;displaylang=en\" target=\"_blank\">Powerpoint 2007 Plugin</a></td></tr><tr class=\"gg_New_tableRow\"><td align=\"center\" class=\"gg_New_tableRowAlt\">&nbsp;&nbsp;Windows</td><td class=\"gg_New_tableRowAlt\">.xls</td><td class=\"gg_New_tableRowAlt\"><a href=\"http://www.microsoft.com/downloads/details.aspx?FamilyId=941b3470-3ae9-4aee-8f43-%20%20%20%20c6bb74cd1466&displaylang=en\" target=\"_blank\">Compatibility Pack for Excel 2007</a> (you will need to have at least excel 2003 or a 2003 viewer to use this. <a href=\"http://www.microsoft.com/downloads/details.aspx?FamilyID=c8378bf4-996c-4569-%20%20%20%20b547-75edbd03aaf0&DisplayLang=en\" target=\"_blank\">Excel 2003 viewer</a>)</td></tr><tr class=\"gg_New_tableRow\"><td align=\"center\" class=\"gg_New_tableRow\">&nbsp;&nbsp;Windows</td><td class=\"gg_New_tableRow\">.VSD, .VSS, .VST, .VDX, .VSX, .VTX </td><td class=\"gg_New_tableRow\"><a href=\"http://www.microsoft.com/downloads/details.aspx?FamilyID=d88e4542-b174-4198-ae31-6884e9edd524&amp;DisplayLang=en\" target=\"_blank\">Visio 2007 Plugin</a></td></tr><tr class=\"gg_New_tableRow\"><td align=\"center\" class=\"gg_New_tableRowAlt\"> &nbsp;&nbsp;Windows</td><td class=\"gg_New_tableRowAlt\">.wps</td><td class=\"gg_New_tableRowAlt\"><a href=\"http://www.microsoft.com/downloads/details.aspx?FamilyID=b9e11e83-f51b-4977-b572-8c042df802c1&amp;DisplayLang=en\" target=\"_blank\">Works 6.0 Converter for Works and Word Users</a></td></tr><tr class=\"gg_New_tableRow\"><td align=\"center\" class=\"gg_New_tableRow\">&nbsp;&nbsp;Windows</td><td class=\"gg_New_tableRow\">.jpg, .bmp, .gif, .png, .psd, .tif, .avi, .mpg, .wmv, .asf, .mov </td><td class=\"gg_New_tableRow\"><a href=\"http://picasa.google.co.uk/features/requirements.html\" target=\"_blank\">Picasa Plugin (images and movies) </a></td></tr><tr class=\"gg_New_tableRow\"><td align=\"center\" class=\"gg_New_tableRowAlt\">&nbsp;&nbsp;Windows</td><td class=\"gg_New_tableRowAlt\">.mpeg, .wav, .mp3</td><td class=\"gg_New_tableRowAlt\"><a href=\"http://www.microsoft.com/windows/windowsmedia/download/alldownloads.aspx\" target=\"_blank\">Windows media player</a></td></tr></table></td></tr><tr><td colspan=\"2\"><table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td width=\"39\" class=\"gg_New_tableBL2\">&nbsp;</td><td class=\"gg_New_tableBgBott2\">&nbsp;</td><td class=\"gg_New_tableBR2\">&nbsp;</td></tr></table></td></tr></table></td></tr></table><br/></div>  ";

else if(quest=='gg_New_quest71')
document.getElementById('gg_New_containFAQans').innerHTML="<div id=\"gg_New_containFAQheader\"><table width=\"418\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td><table width=\"420\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"gg_New_faqHeadTop\"></td></tr><tr><td class=\"gg_New_faqHeadCommonBg\">How can I find out more about a specific set of notes?</td></tr><tr><td class=\"gg_New_faqHeadBott\">\&nbsp;</td></tr></table></td></tr></table></div><div id=\"gg_New_containFAQcontent\" >Open the notes by clicking on the filename link. At the top of the notes page you will see a link to 'View note details' which will give you a wealth of information provided by the contributor about these specific notes.</div>  ";

else if(quest=='gg_New_quest72')
document.getElementById('gg_New_containFAQans').innerHTML="<div id=\"gg_New_containFAQheader\"><table width=\"418\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td><table width=\"420\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"gg_New_faqHeadTop\"></td></tr><tr><td class=\"gg_New_faqHeadCommonBg\">What do the stars next to a file represent?</td></tr><tr><td class=\"gg_New_faqHeadBott\">\&nbsp;</td></tr></table></td></tr></table></div><div id=\"gg_New_containFAQcontent\" >The stars represent the average user rating of that particular set of notes.  Members can rate each other's files so that over time the cream will rise to the top. Of course, 5 stars are the best you can shoot for.<br/><br/>We hope our members will use the star ratings as a measure of how much a set of notes helped them improve their grades and topic understanding by being:<br/><ul><li>Useful</li><li>Accurate </li><li>Well structured</li><li>Easy to understand</li><li>Grammatically correct and spelling error free</li></ul>We like to think of the star ratings this way:<br/><br/><table width=\"400\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\"><tr><td><table width=\"408\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\"><tr><td colspan=\"2\"><table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td width=\"39\" class=\"gg_New_tableTL2\">&nbsp;</td><td class=\"gg_New_tableBgTop2\">&nbsp;</td><td class=\"gg_New_tableTR2\">&nbsp;</td></tr></table><table class=\"gg_New_tableCommonBg2\" width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr class=\"gg_New_tableRow\"><td width=\"14%\" valign=\"top\" class=\"gg_New_tableRow\"><strong><img src=\""+contextUrlPathStatic+"/images/icon_star1.png\" alt=\"ratings\" title=\"ratings\"  width=\"68\" height=\"12\" /></strong></td><td width=\"86%\" class=\"gg_New_tableRow\">Superlatively brilliant - guaranteed to help you get to the top of the class. Whoever wrote these could probably teach the class themselves!</td></tr><tr class=\"gg_New_tableRowAlt\"><td align=\"center\" class=\"gg_New_tableRowAlt\"><strong><img src=\""+contextUrlPathStatic+"/images/icon_star2.png\" alt=\"ratings\" title=\"ratings\"  width=\"68\" height=\"12\" /></strong></td><td class=\"gg_New_tableRowAlt\">Truly excellent - a stellar performance in helping my grades</td></tr><tr class=\"gg_New_tableRow\"><td align=\"center\" class=\"gg_New_tableRow\"><strong><img src=\""+contextUrlPathStatic+"/images/icon_star3.png\" alt=\"ratings\" title=\"ratings\"  width=\"68\" height=\"12\" /></strong></td><td class=\"gg_New_tableRow\">Very good - really helped me \"get it\" and had a strong grade impact</td></tr><tr class=\"gg_New_tableRow\"><td align=\"center\" class=\"gg_New_tableRowAlt\"><strong><img src=\""+contextUrlPathStatic+"/images/icon_star4.png\" alt=\"ratings\" title=\"ratings\"  width=\"68\" height=\"12\" /></strong></td><td class=\"gg_New_tableRowAlt\">Good - definitely capable of contributing to good grades</td></tr><tr class=\"gg_New_tableRow\"><td align=\"center\" class=\"gg_New_tableRow\"><strong><img src=\""+contextUrlPathStatic+"/images/icon_star5.png\" alt=\"ratings\" title=\"ratings\"  width=\"68\" height=\"12\" /></strong></td><td class=\"gg_New_tableRow\">Solid - likely to have a positive grade impact</td></tr><tr class=\"gg_New_tableRow\"><td align=\"center\" class=\"gg_New_tableRowAlt\"><strong><img src=\""+contextUrlPathStatic+"/images/icon_star6.png\" alt=\"ratings\" title=\"ratings\"  width=\"68\" height=\"12\" /></strong></td><td class=\"gg_New_tableRowAlt\">OK - worth reading</td></tr><tr class=\"gg_New_tableRow\"><td align=\"center\" class=\"gg_New_tableRow\"><strong><img src=\""+contextUrlPathStatic+"/images/icon_star7.png\" alt=\"ratings\" title=\"ratings\"  width=\"68\" height=\"12\" /></strong></td><td class=\"gg_New_tableRow\">OKish - worth reading, but don't stake our grade on them</td></tr><tr class=\"gg_New_tableRow\"><td align=\"center\" class=\"gg_New_tableRowAlt\"><strong><img src=\""+contextUrlPathStatic+"/images/icon_star8.png\" alt=\"ratings\" title=\"ratings\"  width=\"68\" height=\"12\" /></strong></td><td class=\"gg_New_tableRowAlt\">Pretty average</td></tr><tr class=\"gg_New_tableRow\"><td align=\"center\" class=\"gg_New_tableRow\"><strong><img src=\""+contextUrlPathStatic+"/images/icon_star9.png\" alt=\"ratings\" title=\"ratings\"  width=\"68\" height=\"12\" /></strong></td><td class=\"gg_New_tableRow\">Not recommended</td></tr><tr class=\"gg_New_tableRow\"><td align=\"center\" class=\"gg_New_tableRowAlt\"><strong><img src=\""+contextUrlPathStatic+"/images/icon_star10.png\" alt=\"ratings\" title=\"ratings\"  width=\"68\" height=\"12\" /></strong></td><td class=\"gg_New_tableRowAlt\">Abysmal</td></tr></table></td></tr><tr><td colspan=\"2\"><table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td width=\"39\" class=\"gg_New_tableBL2\">&nbsp;</td><td class=\"gg_New_tableBgBott2\">&nbsp;</td><td class=\"gg_New_tableBR2\">&nbsp;</td></tr></table></td></tr></table></td></tr></table><br/></div>  ";

else if(quest=='gg_New_quest73')
document.getElementById('gg_New_containFAQans').innerHTML="<div id=\"gg_New_containFAQheader\"><table width=\"418\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td><table width=\"420\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"gg_New_faqHeadTop\"></td></tr><tr><td class=\"gg_New_faqHeadCommonBg\">How can I see the ratings and feedback given on a specific set of notes?</td></tr><tr><td class=\"gg_New_faqHeadBott\">\&nbsp;</td></tr></table></td></tr></table></div><div id=\"gg_New_containFAQcontent\" >Open the notes by clicking on the filename link. Just under the area where the notes are displayed, you will soon see a list of the most recent reviews given for these notes. To view all reviews given to a set of notes in GradeGuru history, click on the 'View all feedback' link.</div>  ";

else if(quest=='gg_New_quest74')
document.getElementById('gg_New_containFAQans').innerHTML="<div id=\"gg_New_containFAQheader\"><table width=\"418\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td><table width=\"420\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"gg_New_faqHeadTop\"></td></tr><tr><td class=\"gg_New_faqHeadCommonBg\">What are ratings?</td></tr><tr><td class=\"gg_New_faqHeadBott\">\&nbsp;</td></tr></table></td></tr></table></div><div id=\"gg_New_containFAQcontent\" >Ratings are a way for users to provide feedback on notes they have seen and used. They also give other members a \"heads up\" on the quality of the notes with a universal rating system. In turn, this will allow the contributor to review the comments and suggestions and perhaps make adjustments to improve their own understanding.</div>  ";

else if(quest=='gg_New_quest75')
document.getElementById('gg_New_containFAQans').innerHTML="<div id=\"gg_New_containFAQheader\"><table width=\"418\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td><table width=\"420\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"gg_New_faqHeadTop\"></td></tr><tr><td class=\"gg_New_faqHeadCommonBg\">Why should I rate a document?</td></tr><tr><td class=\"gg_New_faqHeadBott\">\&nbsp;</td></tr></table></td></tr></table></div><div id=\"gg_New_containFAQcontent\" >Without ratings, it wouldn't be as easy to see which notes are better than others. To make it easy for you to see what is an excellent, good and not-so-great set of notes, the ratings system will give a scale for you to compare content on the site. You will also be able to sort your search results by rating to make finding exactly what you are looking for easy. If you have found someone's notes useful, reward them with a good rating!</div>  ";

else if(quest=='gg_New_quest76')
document.getElementById('gg_New_containFAQans').innerHTML="<div id=\"gg_New_containFAQheader\"><table width=\"418\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td><table width=\"420\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"gg_New_faqHeadTop\"></td></tr><tr><td class=\"gg_New_faqHeadCommonBg\">How can I monitor the ratings of my contributions?</td></tr><tr><td class=\"gg_New_faqHeadBott\">\&nbsp;</td></tr></table></td></tr></table></div><div id=\"gg_New_containFAQcontent\" >Your 'My Contributions' page shows you a summary of your contributions, the ratings your notes have received and any feedback given on your files.</div>  ";

else if(quest=='gg_New_quest77')
document.getElementById('gg_New_containFAQans').innerHTML="<div id=\"gg_New_containFAQheader\"><table width=\"418\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td><table width=\"420\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"gg_New_faqHeadTop\"></td></tr><tr><td class=\"gg_New_faqHeadCommonBg\">How can I see the ratings I have given?</td></tr><tr><td class=\"gg_New_faqHeadBott\">\&nbsp;</td></tr></table></td></tr></table></div><div id=\"gg_New_containFAQcontent\" >Click on the \"my ratings\" tab in the top menu bar to see all ratings and feedback you have given to other members' notes.</div>  ";

else if(quest=='gg_New_quest78')
document.getElementById('gg_New_containFAQans').innerHTML="<div id=\"gg_New_containFAQheader\"><table width=\"418\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td><table width=\"420\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"gg_New_faqHeadTop\"></td></tr><tr><td class=\"gg_New_faqHeadCommonBg\">Can ratings be removed?</td></tr><tr><td class=\"gg_New_faqHeadBott\">\&nbsp;</td></tr></table></td></tr></table></div><div id=\"gg_New_containFAQcontent\" >You can request that a rating be removed from one of your notes by contacting us with your username, filename and the rating/comment you wish to be removed.</div>  ";

else if(quest=='gg_New_quest79')
document.getElementById('gg_New_containFAQans').innerHTML="<div id=\"gg_New_containFAQheader\"><table width=\"418\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td><table width=\"420\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"gg_New_faqHeadTop\"></td></tr><tr><td class=\"gg_New_faqHeadCommonBg\">How do I make comments or suggestions?</td></tr><tr><td class=\"gg_New_faqHeadBott\">\&nbsp;</td></tr></table></td></tr></table></div><div id=\"gg_New_containFAQcontent\" >To leave comments, suggestions and ratings, click on the file name link for the set of notes you wish to comment on - once the notes open you will see a section below the view pane to input your rating and comments. Don't forget to click on the 'Save' button to make sure your comments are included! Note, you need to be logged in to give a rating/feedback comment. We strongly advise that you make your comments as constructive as possible so that the contributor and other students that look at the notes can benefit from your addition.  GradeGuru will not tolerate disrespect and any users found leaving offensive comments will be banned from the site.</div>  ";

else if(quest=='gg_New_quest80')
document.getElementById('gg_New_containFAQans').innerHTML="<div id=\"gg_New_containFAQheader\"><table width=\"418\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td><table width=\"420\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"gg_New_faqHeadTop\"></td></tr><tr><td class=\"gg_New_faqHeadCommonBg\">How can I respond to ratings and\/or feedback on notes I have contributed?</td></tr><tr><td class=\"gg_New_faqHeadBott\">\&nbsp;</td></tr></table></td></tr></table></div><div id=\"gg_New_containFAQcontent\" >You are able to leave comments on your own notes, so if you wish to respond to a feedback comment, please just insert your own comment in addition. Please note that all comments are public!</div>  ";

else if(quest=='gg_New_quest81')
document.getElementById('gg_New_containFAQans').innerHTML="<div id=\"gg_New_containFAQheader\"><table width=\"418\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td><table width=\"420\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"gg_New_faqHeadTop\"></td></tr><tr><td class=\"gg_New_faqHeadCommonBg\">Why give feedback?</td></tr><tr><td class=\"gg_New_faqHeadBott\">\&nbsp;</td></tr></table></td></tr></table></div><div id=\"gg_New_containFAQcontent\" >Giving feedback is an opportunity to say thank you to the contributor and make constructive comments or suggestions that the author may not have considered. It can be extremely helpful to have a new perspective from an external source and we want our site to be all about students helping their peers to optimize their grade potential.</div>  ";

else if(quest=='gg_New_quest82')
document.getElementById('gg_New_containFAQans').innerHTML="<div id=\"gg_New_containFAQheader\"><table width=\"418\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td><table width=\"420\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"gg_New_faqHeadTop\"></td></tr><tr><td class=\"gg_New_faqHeadCommonBg\">What should I do if I notice offensive feedback posted on GradeGuru?</td></tr><tr><td class=\"gg_New_faqHeadBott\">\&nbsp;</td></tr></table></td></tr></table></div><div id=\"gg_New_containFAQcontent\" >GradeGuru will not allow offensive content on the site under any circumstances. If you come across something you think is disrespectful, whether it relates to your notes or those of fellow members, please click on the 'report disrespect' link at the bottom of the page and give us enough information about what you have experienced so that we can trace the content and remedy the situation. Your help in keeping GradeGuru \"clean\" is hugely appreciated!</div>  ";

else if(quest=='gg_New_quest83')
document.getElementById('gg_New_containFAQans').innerHTML="<div id=\"gg_New_containFAQheader\"><table width=\"418\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td><table width=\"420\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"gg_New_faqHeadTop\"></td></tr><tr><td class=\"gg_New_faqHeadCommonBg\">What should I do if I think my ratings\/feedback is unfair?</td></tr><tr><td class=\"gg_New_faqHeadBott\">\&nbsp;</td></tr></table></td></tr></table></div><div id=\"gg_New_containFAQcontent\" >Criticism can be hard to take, but when it is given in good faith and with tact, we advise you try to interpret it as constructive input and use it to help improve your grades. If you are being targeted unfairly, please contact us and we will do our best to investigate and make an impartial decision on an intervention. If, on the other hand, you receive feedback that is offensive, this is absolutely not OK, so please let us know with a 'report disrespect' email.</div>  ";


else if(quest=='gg_New_quest84')
document.getElementById('gg_New_containFAQans').innerHTML="<div id=\"gg_New_containFAQheader\"><table width=\"418\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td><table width=\"420\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"gg_New_faqHeadTop\"></td></tr><tr><td class=\"gg_New_faqHeadCommonBg\">How can I share my notes?</td></tr><tr><td class=\"gg_New_faqHeadBott\">\&nbsp;</td></tr></table></td></tr></table></div><div id=\"gg_New_containFAQcontent\" >Sharing your notes is EASY!  Just follow the following steps:<br/><br/>Step 1: You will first need to make sure you're logged in.<br/>Step 2: Once you are logged in, click on the 'Upload Now' button on the homepage and follow the instructions.<br/>Step 3: Browse your computer for the files you wish to upload and click on the 'Upload' button<br/>Step 4: Be sure all files are clear of copyrighted materials like images and questions created by your professors<br/><br/>And that's it!  (See, I told you it was easy!)<br/><br/>A little tip for you: Remember that the best way to accumulate points and rewards is to allow other users to view your files easily, so the more information you provide about each set of notes, the greater chance there is that the search engine will find them. When it comes to describing your notes please try to fill in all of the fields so that our search engine will be able to deliver your notes easily to the students who need them.</div>  ";

else if(quest=='gg_New_quest85')
document.getElementById('gg_New_containFAQans').innerHTML="<div id=\"gg_New_containFAQheader\"><table width=\"418\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td><table width=\"420\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"gg_New_faqHeadTop\"></td></tr><tr><td class=\"gg_New_faqHeadCommonBg\">What is the concept behind note-sharing?</td></tr><tr><td class=\"gg_New_faqHeadBott\">\&nbsp;</td></tr></table></td></tr></table></div><div id=\"gg_New_containFAQcontent\" >We believe that two heads are better than one. So think about all the heads of all the students at your school together in one place and you have the concept behind sharing on GradeGuru. By offering up their successful study methods and preparation materials with their peers, students can reach their collective potential and simply get better grades.<br/><br/> At GradeGuru we love things like study guides, class notes, book notes, etc..., basically anything that will help students ensure that they are studying the right information and that they have not missed anything vital.  However, we do NOT want students to post things that might violate academic standards or impinge on academic ethical principals. Our site facilitates help for students who need it and ensures that the helpers get some rewards too!</div>  ";

else if(quest=='gg_New_quest86')
document.getElementById('gg_New_containFAQans').innerHTML="<div id=\"gg_New_containFAQheader\"><table width=\"418\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td><table width=\"420\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"gg_New_faqHeadTop\"></td></tr><tr><td class=\"gg_New_faqHeadCommonBg\">Isn't sharing a form of plagiarism?</td></tr><tr><td class=\"gg_New_faqHeadBott\">\&nbsp;</td></tr></table></td></tr></table></div><div id=\"gg_New_containFAQcontent\" >No, GradeGuru is to be used for reference purposes only. We discourage and try to prevent copying or plagiarism of any form. Our partnership with TurnItIn, the world's leading anti-plagiarism tool, is helping us prevent students ripping off other students' work.</div>  ";

else if(quest=='gg_New_quest87')
document.getElementById('gg_New_containFAQans').innerHTML="<div id=\"gg_New_containFAQheader\"><table width=\"418\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td><table width=\"420\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"gg_New_faqHeadTop\"></td></tr><tr><td class=\"gg_New_faqHeadCommonBg\">What will GradeGuru give me if I share my notes?</td></tr><tr><td class=\"gg_New_faqHeadBott\">\&nbsp;</td></tr></table></td></tr></table></div><div id=\"gg_New_containFAQcontent\" >For the more selfless amongst you, sharing your wisdom with others brings positive karma, energy and gratification in being recognized for hard work. For the rest of you... sharing also brings <a href='#reward' onclick=\"switchReload('reward');\">rewards</a>!<br/><br/>By sharing those notes that helped you achieve the grades you wanted, you can help other students AND earn rewards and recognition for work you've already done!<br/><br/>It works like this: upload your notes... and that's all you need to do! Then as other students use your notes you will earn points that you can cash in for LOTS OF COOL STUFF on your <a href='javascript:linkToMyRewards();'>My Rewards</a> page.  Our vision is to have something for everyone - from gift cards for your favorite stores to internship and job interview opportunities.<br/><br/>Since GradeGuru is a meritocracy, the amount you get rewarded will be determined by how good your peers think your notes are, and how often they use them. The better the notes and the more they are viewed, the more points you get. In addition, GradeGuru, in its role as a fair and just arbitrator, will monitor your total points behind the scenes, making sure you are adequately compensated for your commitment to the site. If we think you are being under-rated, we may well hit you with a \"random act of points kindness\" to boost your balance. You can track your points on a minute by minute basis on your 'My Rewards' page to see just how much your notes are being appreciated.<br/><br/>We also know that financial rewards are not always the most valued way of saying thank you and think recognition can be just as important. That's why we have introduced a way to acknowledge generous and academically exceptional students with Guru Status. The more positive feedback and the higher the ratings your notes receive, the better your standing will be on GradeGuru for all the world to see. Remember that top recruiters also look at the site, so as a contributor with Guru Status, you are an instantly identifiable graduate with outstanding credentials! <br\><br\>And of course, from day one, you can also rest assured that your notes are helping your peers. The worst that could happen is you receive some constructive comments from your fellow students that might improve your grades. What's not to like?</div>  ";

else if(quest=='gg_New_quest88')
document.getElementById('gg_New_containFAQans').innerHTML="<div id=\"gg_New_containFAQheader\"><table width=\"418\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td><table width=\"420\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"gg_New_faqHeadTop\"></td></tr><tr><td class=\"gg_New_faqHeadCommonBg\">What types of notes should I share?</td></tr><tr><td class=\"gg_New_faqHeadBott\">\&nbsp;</td></tr></table></td></tr></table></div><div id=\"gg_New_containFAQcontent\">On GradeGuru you can share either scanned handwritten notes or digital notes, but remember that any notes uploaded must be written by you. We are looking for both current notes and work from previous semesters and that can help others get to the answer; and not just the answer itself, as this site is not about cheating!<br/><br/>We are looking for: <br\><ul ><li>Study Guides (please paraphrase any questions created by a professor)</li><li>Lecture notes taken by you</li><li>Book notes</li><li>PowerPoint Presentations created by you</li><li>Basically anything you have created that can help your peers succeed</li></ul>You can share any notes that are less than 5MB and that are not of .exe type. For scanned notes we accept the following file types:<br/><br/>tif, bmp, jpeg, jpg, gif, and png<br/><br/>For digital notes, we accept the following file types:<br/><br/>pdf, txt, doc, docx, ppt, pptx, xls, xlsx, sxw, abw, htm, html, rtf<br/><br/></div>  ";

else if(quest=='gg_New_quest89')
document.getElementById('gg_New_containFAQans').innerHTML="<div id=\"gg_New_containFAQheader\"><table width=\"418\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td><table width=\"420\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"gg_New_faqHeadTop\"></td></tr><tr><td class=\"gg_New_faqHeadCommonBg\">How do I know what format my file is in?</td></tr><tr><td class=\"gg_New_faqHeadBott\">\&nbsp;</td></tr></table></td></tr></table></div><div id=\"gg_New_containFAQcontent\" >If you originally created your notes on a computer, then in GradeGuru speak they are considered \"digital files\". If, on the other hand, you created your notes by hand and scanned them so you could share them on GradeGuru, then GradeGuru considers your notes \"handwritten\". The specific format of your files is indicated as the last three letters of your file name, for example .doc, .exe, or .ppt.</div>  ";

else if(quest=='gg_New_quest90')
document.getElementById('gg_New_containFAQans').innerHTML="<div id=\"gg_New_containFAQheader\"><table width=\"418\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td><table width=\"420\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"gg_New_faqHeadTop\"></td></tr><tr><td class=\"gg_New_faqHeadCommonBg\">How do I decide how many files to upload into one set of notes?</td></tr><tr><td class=\"gg_New_faqHeadBott\">\&nbsp;</td></tr></table></td></tr></table></div><div id=\"gg_New_containFAQcontent\" >Each set of notes you upload should include as many files as is necessary for the notes to \"stand alone\" and be usable and understood by our members. Try and imagine you are a member coming across your notes for the first time, hoping to make sense of how to use them and what they are for.</div>  ";

else if(quest=='gg_New_quest91')
document.getElementById('gg_New_containFAQans').innerHTML="<div id=\"gg_New_containFAQheader\"><table width=\"418\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td><table width=\"420\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"gg_New_faqHeadTop\"></td></tr><tr><td class=\"gg_New_faqHeadCommonBg\">What can I do if I have difficulties uploading my notes?</td></tr><tr><td class=\"gg_New_faqHeadBott\">\&nbsp;</td></tr></table></td></tr></table></div><div id=\"gg_New_containFAQcontent\" >If you receive a message in your message box, or an error message telling you that your file could not be successfully contributed to the site, please give it another try. If you still have no luck, please let us know at <a title='mailto:help@gradeguru.com' alt='mailto:help@gradeguru.com' href='mailto:help@gradeguru.com'>help@gradeguru.com</a>, including your username and a brief description of where the problem is occurring so we can check it out as you experience it.</div>  ";

else if(quest=='gg_New_quest92')
document.getElementById('gg_New_containFAQans').innerHTML="<div id=\"gg_New_containFAQheader\"><table width=\"418\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td><table width=\"420\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"gg_New_faqHeadTop\"></td></tr><tr><td class=\"gg_New_faqHeadCommonBg\">What does GradeGuru do with my files after I upload them?</td></tr><tr><td class=\"gg_New_faqHeadBott\">\&nbsp;</td></tr></table></td></tr></table></div><div id=\"gg_New_containFAQcontent\" >GradeGuru checks that your files are not infected with any viruses or in violation of our community standards. If you included multiple files in the one notes upload, we also merge the files together into one pdf document. After that we release your notes to our search engine and for the world to see!<br/><br/>We do not otherwise alter files - all files are a la naturale as at upload. Once published, you will start racking in the points as students use, rate and review your files.</div>  ";

else if(quest=='gg_New_quest93')
document.getElementById('gg_New_containFAQans').innerHTML="<div id=\"gg_New_containFAQheader\"><table width=\"418\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td><table width=\"420\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"gg_New_faqHeadTop\"></td></tr><tr><td class=\"gg_New_faqHeadCommonBg\">How do I know if my notes were successfully uploaded?</td></tr><tr><td class=\"gg_New_faqHeadBott\">\&nbsp;</td></tr></table></td></tr></table></div><div id=\"gg_New_containFAQcontent\" >You will receive a notice in your message box when your files have been uploaded successfully and are live on the site.<br/><br/>You can also monitor the status of your file on your 'My Contributions' page, accessed through the top menu bar on the site. Once uploaded, the file will have the status of 'Pending' until it has processed completely, at which point it will display the upload date and offer you a hyperlink to your notes, so you can see how they appear on the site.</div>  ";

else if(quest=='gg_New_quest94')
document.getElementById('gg_New_containFAQans').innerHTML="<div id=\"gg_New_containFAQheader\"><table width=\"418\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td><table width=\"420\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"gg_New_faqHeadTop\"></td></tr><tr><td class=\"gg_New_faqHeadCommonBg\">Who can see my notes?</td></tr><tr><td class=\"gg_New_faqHeadBott\">\&nbsp;</td></tr></table></td></tr></table></div><div id=\"gg_New_containFAQcontent\" >Once they are published, all visitors to GradeGuru will be able to see your notes by using our search engine.</div>  ";

else if(quest=='gg_New_quest95')
document.getElementById('gg_New_containFAQans').innerHTML="<div id=\"gg_New_containFAQheader\"><table width=\"418\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td><table width=\"420\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"gg_New_faqHeadTop\"></td></tr><tr><td class=\"gg_New_faqHeadCommonBg\">How can I change or delete notes I have contributed?</td></tr><tr><td class=\"gg_New_faqHeadBott\">\&nbsp;</td></tr></table></td></tr></table></div><div id=\"gg_New_containFAQcontent\" >This feature is coming soon and will be available through the 'my contributions' tab on the menu bar - we will keep you posted on site upgrades.</div>  ";

else if(quest=='gg_New_quest96')
document.getElementById('gg_New_containFAQans').innerHTML="<div id=\"gg_New_containFAQheader\"><table width=\"418\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td><table width=\"420\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"gg_New_faqHeadTop\"></td></tr><tr><td class=\"gg_New_faqHeadCommonBg\">Can I rate/review my own notes?</td></tr><tr><td class=\"gg_New_faqHeadBott\">\&nbsp;</td></tr></table></td></tr></table></div><div id=\"gg_New_containFAQcontent\" >You can add any comments you like about your own notes. GradeGuru will let other members know the comments are from you when you insert them.<br/><br/>As far as ratings go, we assume you think your notes are fabulous and it goes without saying, so we do not allow contributors to give their own notes a star rating.</div>  ";

else if(quest=='gg_New_quest97')
document.getElementById('gg_New_containFAQans').innerHTML="<div id=\"gg_New_containFAQheader\"><table width=\"418\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td><table width=\"420\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"gg_New_faqHeadTop\"></td></tr><tr><td class=\"gg_New_faqHeadCommonBg\">Why has GradeGuru removed my notes from the site?</td></tr><tr><td class=\"gg_New_faqHeadBott\">\&nbsp;</td></tr></table></td></tr></table></div><div id=\"gg_New_containFAQcontent\" >From time to time, GradeGuru needs to remove notes that do not meet the site's requirements or that violate GradeGuru's privacy policy or community standards. It could be that your file has a virus or your file is corrupt. Also we cannot accept files that contain the following:<br\><ul ><li>Questions created by your professor (please paraphrase these)</li><li>Images not created by you</li><li>Tests</li><li>Instructor-made PowerPoints</li><li>Text copied from the internet</li><li>Any information not created entirely by you</li></ul>If your files have been flagged and removed from the site, you have the right to reupload them if you take the time to edit them so they do not violate the above criteria.<br/><br/>It could also be that your notes are not appropriate for GradeGuru or that you know perfectly well why we took down your notes and please don't bother uploading notes like that again!</div>  ";

else if(quest=='gg_New_quest98')
document.getElementById('gg_New_containFAQans').innerHTML="<div id=\"gg_New_containFAQheader\"><table width=\"418\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td><table width=\"420\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"gg_New_faqHeadTop\"></td></tr><tr><td class=\"gg_New_faqHeadCommonBg\">How do rewards work?</td></tr><tr><td class=\"gg_New_faqHeadBott\">\&nbsp;</td></tr></table></td></tr></table></div><div id=\"gg_New_containFAQcontent\" >You earn rewards in the form of points when you contribute notes to the site and they are viewed by student members. Once your notes have been published, you will start earning points immediately based on how many student members view your notes. The better your average rating, the more points you will get every time they are viewed.<br/><br/>The points will be added to your user account and you can keep track of your total on your homepage when logged in and on your 'My Rewards' page.<br/><br/>When you have enough points, you can then trade them in for rewards through our partners. It's that simple. Just click on the 'My Rewards' tab to see what sort of cool stuff you can get!</div>  ";

else if(quest=='gg_New_quest99')
document.getElementById('gg_New_containFAQans').innerHTML="<div id=\"gg_New_containFAQheader\"><table width=\"418\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td><table width=\"420\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"gg_New_faqHeadTop\"></td></tr><tr><td class=\"gg_New_faqHeadCommonBg\">How can I maximize my rewards?</td></tr><tr><td class=\"gg_New_faqHeadBott\">\&nbsp;</td></tr></table></td></tr></table></div><div id=\"gg_New_containFAQcontent\" >The better the notes uploaded, the more points you will receive per view as the ratings you get from users will be higher. Make sure you upload your best material!<br/><br/>Obviously, the more student members who use your notes, the more points you will accrue. So to maximize your rewards you should share your notes with your friends and publicize your notes as much as possible! Go crazy!<br/><br/>We have a few tips to help get your notes out there and start reaping the rewards:<br\><ul ><li>Share your notes directly with your friends and classmates by clicking the share icon displayed while viewing your notes</li><li>Email them directly to classmates</li><li>Go to the homepage, click the Facebook link, and link your account to your Facebook. Your friends will get messages in their feed every time you upload</li><li>Fill in as much information about your notes as you can while uploading. Including your professor, book, class name, etc. will help others find your notes easily</li><li>Order GradeGuru business cards - Contact us and we will send you GradeGuru business cards customized with your username and major so you can publicize your notes!</li><li>Start spreading the word! - You will get 100 points for every friend you refer that registers and uploads notes. How many friends do you have on campus? </li><li>And the best way to maximize your points...upload great stuff!</li></ul>Spreading the word about GradeGuru will help you earn further rewards too. The more people who use the site the more student members there are to view your notes and the more points you will accrue. So why not mention it to your course friends, publicize the site round campus, or make your own GradeGuru banner to walk around with! It will all help to get you the rewards you want.</div>  ";

else if(quest=='gg_New_quest100')
document.getElementById('gg_New_containFAQans').innerHTML="<div id=\"gg_New_containFAQheader\"><table width=\"418\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td><table width=\"420\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"gg_New_faqHeadTop\"></td></tr><tr><td class=\"gg_New_faqHeadCommonBg\">How can I see how many points I have?</td></tr><tr><td class=\"gg_New_faqHeadBott\">\&nbsp;</td></tr></table></td></tr></table></div><div id=\"gg_New_containFAQcontent\" >Go to the <a href='javascript:linkToMyRewards();'>My Rewards</a> page from the link here or via the header tab. On this page you will find not only your points tally, but the rewards for which they can be used.</div>  ";

else if(quest=='gg_New_quest101')
document.getElementById('gg_New_containFAQans').innerHTML="<div id=\"gg_New_containFAQheader\"><table width=\"418\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td><table width=\"420\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"gg_New_faqHeadTop\"></td></tr><tr><td class=\"gg_New_faqHeadCommonBg\">How can I determine which files have helped me earn points?</td></tr><tr><td class=\"gg_New_faqHeadBott\">\&nbsp;</td></tr></table></td></tr></table></div><div id=\"gg_New_containFAQcontent\" >Go to <a href='javascript:linkToMyRewards();'>My Rewards</a> from the link here or via the top menu bar tab. On this page you will find a link to 'View file by file details'. Please click on the link to see a tally of points accrued for each of your contributions. This is a good way to learn which notes earned you more points than others.</div>  ";

else if(quest=='gg_New_quest102')
document.getElementById('gg_New_containFAQans').innerHTML="<div id=\"gg_New_containFAQheader\"><table width=\"418\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td><table width=\"420\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"gg_New_faqHeadTop\"></td></tr><tr><td class=\"gg_New_faqHeadCommonBg\">How much will I get for my notes?</td></tr><tr><td class=\"gg_New_faqHeadBott\">\&nbsp;</td></tr></table></td></tr></table></div><div id=\"gg_New_containFAQcontent\" >You will get rewarded when student members use your notes. The more people that view your notes and the higher they rate them will all help to get you more points.<br/><br/>As a ballpark figure, you could receive $10-50 for a course's worth of notes but obviously it depends on how much users download, view and rate your notes so it&#8217;s all about self promotion! To earn more rewards, publicize your notes as much as you possibly can. Here are some tips on how you can maximize your point return:<br/><br/><ul ><li>Share your notes directly with your friends and classmates by clicking the share icon displayed while viewing your notes</li><li>Email them directly to classmates</li><li>Go to the homepage, click the Facebook link, and link your account to your Facebook. Your friends will get messages in their feed every time you upload</li><li>Fill in as much information about your notes as you can while uploading. Including your professor, book, class name, etc. will help others find your notes easily</li><li>Order GradeGuru business cards - Contact us and we will send you GradeGuru business cards customized with your username and major so you can publicize your notes!</li><li>Start spreading the word! - You will get 100 points for every friend you refer that registers and uploads notes. How many friends do you have on campus?</li><li>And the best way to maximize your points...upload great stuff!<br/><br/></div>  ";

else if(quest=='gg_New_quest103')
document.getElementById('gg_New_containFAQans').innerHTML="<div id=\"gg_New_containFAQheader\"><table width=\"418\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td><table width=\"420\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"gg_New_faqHeadTop\"></td></tr><tr><td class=\"gg_New_faqHeadCommonBg\">How do I claim rewards?</td></tr><tr><td class=\"gg_New_faqHeadBott\">\&nbsp;</td></tr></table></td></tr></table></div><div id=\"gg_New_containFAQcontent\" >Through your My Rewards page you can cash in your points for LOTS OF COOL STUFF - everything from gift cards for your favorite shops to internship and job interview opportunities.<br/><br/>Just fill in the boxes to indicate how many of each reward you want to claim, depending on the how many points you have. For example, if you want a $15 Starbucks card, put a number 1 in the box next to \"$15 Starbucks gift certificate\" and click SUBMIT. You then need to fill in your details, and assuming you have the points to cover it, we will get your rewards to you A.S.A.P. (30 days at most, but probably much sooner).<br/><br/>If you have any questions, or suggestions for rewards you would like to see, please let us know. We'd love to hear your suggestions!</div>  ";

else if(quest=='gg_New_quest104')
document.getElementById('gg_New_containFAQans').innerHTML="<div id=\"gg_New_containFAQheader\"><table width=\"418\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td><table width=\"420\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"gg_New_faqHeadTop\"></td></tr><tr><td class=\"gg_New_faqHeadCommonBg\">How long should it take for my request to be processed?</td></tr><tr><td class=\"gg_New_faqHeadBott\">\&nbsp;</td></tr></table></td></tr></table></div><div id=\"gg_New_containFAQcontent\" >We will send your rewards out to you as quickly as possible but as a rule, we are aiming to process all rewards claims within a month.</div>  ";

else if(quest=='gg_New_quest105')
document.getElementById('gg_New_containFAQans').innerHTML="<div id=\"gg_New_containFAQheader\"><table width=\"418\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td><table width=\"420\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"gg_New_faqHeadTop\"></td></tr><tr><td class=\"gg_New_faqHeadCommonBg\">What does the status next to my reward requests mean?</td></tr><tr><td class=\"gg_New_faqHeadBott\">\&nbsp;</td></tr></table></td></tr></table></div><div id=\"gg_New_containFAQcontent\" >If your reward redemption status is \"in progress\", then we have received and are processing your rewards, if the status is \"complete\", your rewards have been posted and should arrive with you shortly.</div>  ";

else if(quest=='gg_New_quest106')
document.getElementById('gg_New_containFAQans').innerHTML="<div id=\"gg_New_containFAQheader\"><table width=\"418\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td><table width=\"420\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"gg_New_faqHeadTop\"></td></tr><tr><td class=\"gg_New_faqHeadCommonBg\">My rewards haven't arrived, what do I do?</td></tr><tr><td class=\"gg_New_faqHeadBott\">\&nbsp;</td></tr></table></td></tr></table></div><div id=\"gg_New_containFAQcontent\" >Please allow a month for your rewards to arrive. If you still haven't received your reward after a month, please <a title='mailto:contactus@gradeguru.com' alt='mailto:contactus@gradeguru.com' href='mailto:contactus@gradeguru.com'>contact us</a> and let us know.</div>  ";

else if(quest=='gg_New_quest107')
document.getElementById('gg_New_containFAQans').innerHTML="<div id=\"gg_New_containFAQheader\"><table width=\"418\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td><table width=\"420\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"gg_New_faqHeadTop\"></td></tr><tr><td class=\"gg_New_faqHeadCommonBg\">Does GradeGuru give me rewards for referring my friends to the site?</td></tr><tr><td class=\"gg_New_faqHeadBott\">\&nbsp;</td></tr></table></td></tr></table></div><div id=\"gg_New_containFAQcontent\" >You can bet your biscuits we do! The more people you refer to the site, the more points you'll get! All you need to do is give your friends the university email address that you registered with. If they enter it in the referrer box when they register, both you and the friend will receive 100 bonus points if they register and upload.</div>  ";

else if(quest=='gg_New_quest108')
document.getElementById('gg_New_containFAQans').innerHTML="<div id=\"gg_New_containFAQheader\"><table width=\"418\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td><table width=\"420\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"gg_New_faqHeadTop\"></td></tr><tr><td class=\"gg_New_faqHeadCommonBg\">What can I do if I think there has been an error in processing my points or rewards?</td></tr><tr><td class=\"gg_New_faqHeadBott\">\&nbsp;</td></tr></table></td></tr></table></div><div id=\"gg_New_containFAQcontent\" >Please <a title='mailto:contactus@gradeguru.com' alt='mailto:contactus@gradeguru.com' href='mailto:contactus@gradeguru.com'>contact us</a> and provide as many details as possible so we can investigate and get back to you A.S.A.P.</div>  ";

else if(quest=='gg_New_quest109')
document.getElementById('gg_New_containFAQans').innerHTML="<div id=\"gg_New_containFAQheader\"><table width=\"418\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td><table width=\"420\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"gg_New_faqHeadTop\"></td></tr><tr><td class=\"gg_New_faqHeadCommonBg\">What can I do if I think I am being unfairly rewarded?</td></tr><tr><td class=\"gg_New_faqHeadBott\">\&nbsp;</td></tr></table></td></tr></table></div><div id=\"gg_New_containFAQcontent\" >If you think you have legitimate cause for concern, we want to hear about it - please <a title='mailto:contactus@gradeguru.com' alt='mailto:contactus@gradeguru.com' href='mailto:contactus@gradeguru.com'>contact us</a> and provide as many details as possible so we can investigate and get back to you A.S.A.P.</div>  ";

else if(quest=='gg_New_quest110')
document.getElementById('gg_New_containFAQans').innerHTML="<div id=\"gg_New_containFAQheader\"><table width=\"418\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td><table width=\"420\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"gg_New_faqHeadTop\"></td></tr><tr><td class=\"gg_New_faqHeadCommonBg\">How can I suggest types of rewards I would like to see on GradeGuru?</td></tr><tr><td class=\"gg_New_faqHeadBott\">\&nbsp;</td></tr></table></td></tr></table></div><div id=\"gg_New_containFAQcontent\" >Please send us an email at <a title='mailto:improvethesite@gradeguru.com' alt='mailto:improvethesite@gradeguru.com' href='mailto:improvethesite@gradeguru.com'>improvethesite@gradeguru.com</a> and we will do our best to meet your every demand!</div>  ";

else if(quest=='gg_New_quest111')
	document.getElementById('gg_New_containFAQans').innerHTML="<div id=\"gg_New_containFAQheader\"><table width=\"418\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td><table width=\"420\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"gg_New_faqHeadTop\"></td></tr><tr><td class=\"gg_New_faqHeadCommonBg\">Why is the Bulk Uploader safe?</td></tr><tr><td class=\"gg_New_faqHeadBott\">\&nbsp;</td></tr></table></td></tr></table></div><div id=\"gg_New_containFAQcontent\" >Agreeing to use our Bulk Uploader will simply install a 'Java applet' on your machine, which will allow you to select and upload multiple files at once.  The Applet is virus-free and will not collect any information about you, your files, or your machine.  If you have any more specific questions about our Bulk Uploader, please feel free to <a title='mailto:contactus@gradeguru.com' alt='mailto:contactus@gradeguru.com' href='mailto:contactus@gradeguru.com'>contact us</a>.</div>  ";
}


function disableSubmit() {
	return false;
}
function enableSubmit() {
	return true;
}
function enableForms(){
	searchTextEnterPress='';
	var allForms = document.getElementsByTagName('form');
	for(i=0; i<allForms.length; i++){
		if(allForms[i].id != 'gg_New_searchCriteriaForm'){
			var formObj = allForms[i];
			formObj.onsubmit = enableSubmit;
			//alert('form id '+formObj.id + ' form name is '+formObj.name + ' form onsubmit is '+formObj.onsubmit);
		}
	}
}
function submitSearch() {
	if(checkSearch()){
		
		var action=contextUrlPathStatic+'/searchMaintainActionFromHeadernlu.do?submit.search=Search&country='+1+'&keyword='+escape(replaceCharwithItsAscii(document.getElementById("searchTxt").value));
		//document.getElementById().
		//document.headerSearchButtonForm.action=action;
		var allForms = document.getElementsByTagName('form');
		for(i=0; i<allForms.length; i++){
			if(allForms[i].id != 'gg_New_searchCriteriaForm'){
				var formObj = allForms[i];
				formObj.onsubmit = disableSubmit;
			}
		}
		location.href=action;
		//document.getElementById("headerSearchButtonForm").action=action;
	} else {
		var allForms = document.getElementsByTagName('form');
		for(i=0; i<allForms.length; i++){
			if(allForms[i].id != 'gg_New_searchCriteriaForm'){
				var formObj = allForms[i];
				formObj.onsubmit = disableSubmit;
				//alert('form id '+formObj.id + ' form name is '+formObj.name + ' form onsubmit is '+formObj.onsubmit);
			}
		}
	}
}

function replaceCharwithItsAscii(asValue) {
	var msBuf = "";
	var miLen = asValue.length;
	var miChar,miChar1;

	for (var i=0;i<miLen;i++) {

		miChar = asValue.charCodeAt(i);
		miChar1 = asValue.charAt(i);
		if(miChar > 127) {
			msBuf = msBuf + "&#" + miChar + ";";
		} else {
			msBuf = msBuf + miChar1;
		}
	}
	return msBuf;
}

function submitSearchClick(){
	if(checkSearch()){
		
		var action=contextUrlPathStatic+'/searchMaintainActionFromHeadernlu.do?submit.search=Search&country='+1+'&keyword='+escape(replaceCharwithItsAscii(document.getElementById("searchTxt").value));
		

		//document.getElementById().
		//document.headerSearchButtonForm.action=action;
		var allForms = document.getElementsByTagName('form');
		for(i=0; i<allForms.length; i++){
			if(allForms[i].id != 'gg_New_searchCriteriaForm'){
				var formObj = allForms[i];
				formObj.onsubmit = disableSubmit;
			}
		}
		location.href=action;
		//document.getElementById("headerSearchButtonForm").action=action;
	}
}

menu2[0]='<a href="landingPageLoginnlu.do?method=gglogin&id=contribution" style="font-family:Arial;font-size:12px;font-weight:bold; ">My Contributions</a>'
menu2[1]='<a href="marketingViewActionnlu.do" style="font-family:Arial;font-size:12px;font-weight:bold; ">My Rewards</a>'
menu2[2]='<a href="landingPageLoginnlu.do?method=gglogin&id=ratings" style="font-family:Arial;font-size:12px;font-weight:bold; ">My Ratings</a>'
menu2[3]='<a href="landingPageLoginnlu.do?method=gglogin&id=folder" style="font-family:Arial;font-size:12px;font-weight:bold; ">My Folder</a>'		   
menu2[4]='<a href="landingPageLoginnlu.do?method=gglogin&id=mymessages" style="font-family:Arial;font-size:12px;font-weight:bold; ">My Messages</a>'
menu2[5]='<a href="landingPageLoginnlu.do?method=gglogin&id=editprofile" style="font-family:Arial;font-size:12px;font-weight:bold; ">My Profile</a>'