function fullsize(img)
{
	var img = "i/folio/" + img;
	var width = screen.width;
	var height = screen.height;
	document.write("<img src='" + img + "' height='" + height + "' alt='img' />");
}

function hmSize(img)
{
	//var img = "i/homepage/" + img;
	var width = "960";
	var height = screen.height;
	document.write("<img class='largeImage' src='" + img + "' width='" + width + "' alt='img' />");
	// document.write("<img class='largeImage' src='" + img + "' height='" + height + "' alt='img' style='padding-top: 32px;' />");
}

function size(img)
{
	var img = "i/folio/" + img;
	var width = "960";
	var height = screen.height;
	document.write("<img class='largeImage' src='" + img + "' width='" + width + "' alt='img' />");
}

function mintag()
{
	document.getElementById("topid").style.display = "none";
	document.getElementById("max").style.display = "block";
}

function maxtag()
{
	document.getElementById("max").style.display = "none";
	document.getElementById("topid").style.display = "block";
}
