// CODED BY: char/silverpaws006
// http://auropaws.freehostia.com
// this is for tertwig-base's use only, do not redistribute


//PLACE YOUR BANNER URL'S HERE
var grassbanner = "http://i412.photobucket.com/albums/pp210/Quilava96/Banner-3.png"
var electricbanner = "http://i412.photobucket.com/albums/pp210/Quilava96/Banner-3.png"
var firebanner = "http://i412.photobucket.com/albums/pp210/Quilava96/Banner-3.png"
var psychicbanner = "http://i412.photobucket.com/albums/pp210/Quilava96/Banner-3.png"
var waterbanner = "http://i412.photobucket.com/albums/pp210/Quilava96/Banner-3.png"


// DON'T TOUCH ANYTHING BELOW THIS POINT
// UNLESS YOU KNOW WHAT YOU ARE DOING
// FEEL FREE TO ASK ME ANY QUESTIONS OR IF YOU NEED MY HELP^^

function actgrassstyle()
{
	document.mainbanner.src=grassbanner;
	setActiveStyleSheet('grassstyle');
	return false;	
}

function actelectricstyle()
{
	document.mainbanner.src=electricbanner;
	setActiveStyleSheet('electricstyle');
	return false;	
}

function actfirestyle()
{
	document.mainbanner.src=firebanner;
	setActiveStyleSheet('firestyle');
	return false;	
}

function actpsychicstyle()
	
{
	document.mainbanner.src=psychicbanner;
	setActiveStyleSheet('psychicstyle');
	return false;	
}

function actwaterstyle()
{
	document.mainbanner.src=waterbanner;
	setActiveStyleSheet('waterstyle');
	return false;	
}