function OpenWindow(url, name, width, height)
{
	window.open(url, name, 'width=' + width + ',height=' + height + ',location=no,menubar=no,resizable=yes,scrollbars=yes,status=no,toolbar=no,top=100,left=100');
} // function OpenWindow

function chanceWallpaper (Pid, SortNo, AltTag)
{
	document.getElementById("Wallpaper").src = "gateTools/scripts/postingbinary.php?PostingID=" + Pid + "&SortNo=" + SortNo + "&convert[-resize]=800x600";
	document.getElementById("Wallpaper").alt = AltTag;
}