function open_xlink1( url )
{
/*
	w = 750;
	h = 550;
	l = screen.width/2-w/2;
	t = screen.height/2-h/2;
*/
	window.location = '/x-site/?s='+url;
}