
var userclick
var cscore
userclick = 0
cscore = 0

function fullstars(star){
if (star==1){
window.document.getElementById ("blankstar1").src = "../../../site/images/star_f.gif"}
else{
if (star==2){
window.document.getElementById ("blankstar1").src = "../../../site/images/star_f.gif"
window.document.getElementById ("blankstar2").src = "../../../site/images/star_f.gif"}
else{
if (star==3){
window.document.getElementById ("blankstar1").src = "../../../site/images/star_f.gif"
window.document.getElementById ("blankstar2").src = "../../../site/images/star_f.gif"
window.document.getElementById ("blankstar3").src = "../../../site/images/star_f.gif"}
else{
if (star==4){
window.document.getElementById ("blankstar1").src = "../../../site/images/star_f.gif"
window.document.getElementById ("blankstar2").src = "../../../site/images/star_f.gif"
window.document.getElementById ("blankstar3").src = "../../../site/images/star_f.gif"
window.document.getElementById ("blankstar4").src = "../../../site/images/star_f.gif"}
else{
if (star==5){
window.document.getElementById ("blankstar1").src = "../../../site/images/star_f.gif"
window.document.getElementById ("blankstar2").src = "../../../site/images/star_f.gif"
window.document.getElementById ("blankstar3").src = "../../../site/images/star_f.gif"
window.document.getElementById ("blankstar4").src = "../../../site/images/star_f.gif"
window.document.getElementById ("blankstar5").src = "../../../site/images/star_f.gif"}
}}}}}

function emptystars(){
if (userclick==0){
window.document.getElementById ("blankstar1").src = "../../../site/images/star_b.gif"
window.document.getElementById ("blankstar2").src = "../../../site/images/star_b.gif"
window.document.getElementById ("blankstar3").src = "../../../site/images/star_b.gif"
window.document.getElementById ("blankstar4").src = "../../../site/images/star_b.gif"
window.document.getElementById ("blankstar5").src = "../../../site/images/star_b.gif"}

else{
if (cscore==1){
window.document.getElementById ("blankstar1").src = "../../../site/images/star_f.gif"
window.document.getElementById ("blankstar2").src = "../../../site/images/star_b.gif"
window.document.getElementById ("blankstar3").src = "../../../site/images/star_b.gif"
window.document.getElementById ("blankstar4").src = "../../../site/images/star_b.gif"
window.document.getElementById ("blankstar5").src = "../../../site/images/star_b.gif"}
else{
if (cscore==2){
window.document.getElementById ("blankstar1").src = "../../../site/images/star_f.gif"
window.document.getElementById ("blankstar2").src = "../../../site/images/star_f.gif"
window.document.getElementById ("blankstar3").src = "../../../site/images/star_b.gif"
window.document.getElementById ("blankstar4").src = "../../../site/images/star_b.gif"
window.document.getElementById ("blankstar5").src = "../../../site/images/star_b.gif"}
else{
if (cscore==3){
window.document.getElementById ("blankstar1").src = "../../../site/images/star_f.gif"
window.document.getElementById ("blankstar2").src = "../../../site/images/star_f.gif"
window.document.getElementById ("blankstar3").src = "../../../site/images/star_f.gif"
window.document.getElementById ("blankstar4").src = "../../../site/images/star_b.gif"
window.document.getElementById ("blankstar5").src = "../../../site/images/star_b.gif"}
else{
if (cscore==4){
window.document.getElementById ("blankstar1").src = "../../../site/images/star_f.gif"
window.document.getElementById ("blankstar2").src = "../../../site/images/star_f.gif"
window.document.getElementById ("blankstar3").src = "../../../site/images/star_f.gif"
window.document.getElementById ("blankstar4").src = "../../../site/images/star_f.gif"
window.document.getElementById ("blankstar5").src = "../../../site/images/star_b.gif"}
else{
if (cscore==5){
window.document.getElementById ("blankstar1").src = "../../../site/images/star_f.gif"
window.document.getElementById ("blankstar2").src = "../../../site/images/star_f.gif"
window.document.getElementById ("blankstar3").src = "../../../site/images/star_f.gif"
window.document.getElementById ("blankstar4").src = "../../../site/images/star_f.gif"
window.document.getElementById ("blankstar5").src = "../../../site/images/star_f.gif"}
}}}}}}


function submituserscore(score){
userclick = 1
cscore = score
if (cscore==1){
window.document.getElementById ("blankstar1").src = "../../../site/images/star_f.gif"}
else{
if (cscore==2){
window.document.getElementById ("blankstar1").src = "../../../site/images/star_f.gif"
window.document.getElementById ("blankstar2").src = "../../../site/images/star_f.gif"}
else{
if (cscore==3){
window.document.getElementById ("blankstar1").src = "../../../site/images/star_f.gif"
window.document.getElementById ("blankstar2").src = "../../../site/images/star_f.gif"
window.document.getElementById ("blankstar3").src = "../../../site/images/star_f.gif"}
else{
if (cscore==4){
window.document.getElementById ("blankstar1").src = "../../../site/images/star_f.gif"
window.document.getElementById ("blankstar2").src = "../../../site/images/star_f.gif"
window.document.getElementById ("blankstar3").src = "../../../site/images/star_f.gif"
window.document.getElementById ("blankstar4").src = "../../../site/images/star_f.gif"}
else{
if (cscore==5){
window.document.getElementById ("blankstar1").src = "../../../site/images/star_f.gif"
window.document.getElementById ("blankstar2").src = "../../../site/images/star_f.gif"
window.document.getElementById ("blankstar3").src = "../../../site/images/star_f.gif"
window.document.getElementById ("blankstar4").src = "../../../site/images/star_f.gif"
window.document.getElementById ("blankstar5").src = "../../../site/images/star_f.gif"}
}}}}}


