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)
{
	document.getElementById("Wallpaper").src = "gateTools/scripts/postingbinary.php?PostingID=" + Pid + "&SortNo=" + SortNo;
}
