document.bgColor="#bddbf7"

function window.onerror(){ return true; }

var rightc = 0
var onetime = 0
var content=new Array();
var price=new Array();
var stars=new Array();

function changetext(whichcontent){


var the_box = window.document.form_1.price;
var the_stars = window.document.form_1.stars;


if  (rightc == 1) {
    }
	else if (the_box.checked == true) {
    descriptions.innerHTML='<font face="Verdana"><small>'+price[whichcontent]+'<font></small>';
	}
	else if (the_stars.checked == true){
	descriptions.innerHTML='<font face="Verdana"><small>'+stars[whichcontent]+'<font></small>';
    }    
}

function reset(){
if (!scriptmenu.contains(event.toElement))
descriptions.innerHTML=temphtml
}

function onButton(numb)
{
  
  if (numb == 1) {
    window.document.form_1.stars.checked = false;
    }
if (numb == 2) {
    window.document.form_1.price.checked = false;
    }
}



function right(){

if (rightc == 1){
	rightc = 0
}
	else {
	rightc = 1
}
return false;
}

document.oncontextmenu=right;

if (document.layers) window.captureEvents(Event.ONCONTEXTMENU);
window.oncontextmenu=right;
