function open_win(url) 
	{
		window.open(url,'myWindow','status=0,width=600,height=525');
	}