/* Javacript */

function fluidwidth()
{
	$("#container").width("80%");
}

function fixedwidth()
{
	$("#container").width(900);
}