// bg0_change.js
// $Revision:  $
// $Date: 2004/10/07  __:__ $
// Jose Canovas para IES Puerta Bonita

function bg_def() { // 

bg_degr() ;
document.fgColor="#003366" ;

void(0);
}

function bgSize_def() { // 

location.reload() ;

void(0);
}


function bg_degr() { // 

document.body.background=".././web0001/acc_css/default.gif" ;
document.body.bgProperties="fixed" ;
document.fgColor="#000000" ;
document.bgColor="#FFFFFF" ;
document.linkColor="#333333" ;
document.alinkColor="#333333" ;
document.vlinkColor="#333333" ;

void(0);
}

function bg_white() { //

document.body.background=".././web0001/acc_css/transparentPixel.gif" ;
document.body.bgProperties="scroll" ;
document.fgColor="#000000" ;
document.bgColor="#FFFFFF" ;
document.linkColor="#333333" ;
document.alinkColor="#333333" ;
document.vlinkColor="#333333" ;

void(0);
}

function bg_bone() { //

document.body.background=".././web0001/acc_css/transparentPixel.gif" ;
document.body.bgProperties="scroll" ;
document.fgColor="#000000" ;
document.bgColor="#FFFFF6" ;
document.linkColor="#333333" ;
document.alinkColor="#333333" ;
document.vlinkColor="#333333" ;

void(0);
}

function bg_gray() { //

document.body.background=".././web0001/acc_css/transparentPixel.gif" ;
document.body.bgProperties="scroll" ;
document.fgColor="#000000" ;
document.bgColor="#EEEEEE" ;
document.linkColor="#333333" ;
document.alinkColor="#333333" ;
document.vlinkColor="#333333" ;

void(0);
}



function bg_black() { //

document.body.background="../web0001/acc_css/transparentPixel.gif" ;
document.body.bgProperties="scroll" ;
document.fgColor="#FFFFFF" ;
document.bgColor="#000000" ;
document.linkColor="#EEEEEE" ;
document.alinkColor="#EEEEEE" ;
document.vlinkColor="#EEEEEE" ;

void(0);
}

function bg_home() { //

document.body.background="../web0001/acc_css/transparentPixel.gif" ;
document.body.bgProperties="scroll" ;
document.fgColor="#FFFFFF" ;
document.bgColor="#353535" ;
document.linkColor="#EEEEEE" ;
document.alinkColor="#EEEEEE" ;
document.vlinkColor="#EEEEEE" ;

void(0);
}

