<!-- Hide


    if (document.images) {
	
	realated_off = new Image();
        realated_off.src = "/static/buyers_guide/images/realated.gif";
        realated_on = new Image();
        realated_on.src = "/static/buyers_guide/images/realated_over.gif";
		
	sendfriend_off = new Image();
        sendfriend_off.src = "/static/buyers_guide/images/sendfriend.gif";
        sendfriend_on = new Image();
        sendfriend_on.src = "/static/buyers_guide/images/sendfriend_over.gif";
                       
	back_off = new Image();
        back_off.src = "/static/buyers_guide/images/back.gif";
        back_on = new Image();
        back_on.src = "/static/buyers_guide/images/back_over.gif";
		
	foward_off = new Image();
        foward_off.src = "/static/buyers_guide/images/foward.gif";
        foward_on = new Image();
        foward_on.src = "/static/buyers_guide/images/foward_over.gif";
                       
                                           
    }

/*
This change one image (current_name) into another (new_state).
Leave this alone.
*/

    function roll_over(current_name,new_state) {

        if (document.images) {

            document.images[current_name].src = eval(new_state + ".src");

        };

    };
     
// Stop -->

/*
POP UP SCRIPT
*/
function openBrWindow(theURL,winName,features) { //v2.0
	window.open(theURL,winName,features);
}
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}


/*
Table RollOver Script
*/
function roll(obj, highlightcolor, textcolor){
            obj.style.backgroundColor = highlightcolor;
            obj.style.color = textcolor;
        }

