




/*
     FILE ARCHIVED ON 4:54:47 Dec 7, 2010 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 22:23:04 Aug 5, 2011.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
function newRef(address)
{
	var newWindow;
	newWindow = window.open(address, 'myWindow', 'width=700, height=600, left=0, top=0, screenX=0, screenY=0, scrollbars=yes, menubar=yes, resizeable=yes');
	
	if (newWindow == null)
	{
		alert('A popup blocker is blocking this page. In order to view some pages of Gamewoods web site you must allow popups.');
	}
}
