function bookmarkthis(p)
{
	var D=800, A=500, C=screen.height, B=screen.width, H=Math.round((B/2)-(D/2)), G=0;

	if(C>A)
	{
		G=Math.round((C/2)-(A/2));
	}

	window.open(p,'bookmarkthis','left='+H+',top='+G+',width='+D+',height='+A+',personalbar=0,toolbar=0,scrollbars=1,resizable=1');

	return false;

};
