function gotolink(siteid)

{



	width = 1020;

	height = 650;

	

	window.open('/goto/link.php?site=' + siteid , '', 'toolbars=yes,width=' + width + ',height=' + height + ',toolbar=yes,scrollbars=yes,resizable=yes,left=' + ((screen.width - width) / 2) + ', top=' + ((screen.height - height) / 4));

}

